Home | History | Annotate | Download | only in builtins

Lines Matching defs:arguments_length

1381   Node* arguments_length =
1383 GotoIf(TaggedIsNotSmi(arguments_length), &generic_length);
1385 len.Bind(arguments_length);