Lines Matching defs:arguments
387 // Check that the expected number of arguments are being passed.
415 // functions. Also prevent later errors due to too few arguments and just
423 // Flexible number of arguments permitted.
428 // Otherwise ignore superfluous arguments.
734 Handle<FixedArray> arguments = maybe_wrapped_arguments_.ToHandleChecked();
735 int arguments_length = arguments->length();
740 String::cast(arguments->get(i)),
3059 // function arguments are provided separately to the source, and are
3071 // For a regular function, the function arguments are parsed from source.
3523 // The arguments of the spread call become a single ArrayLiteral.