Lines Matching defs:arguments
430 Handle<JSObject> arguments =
441 arguments->set_elements(*array);
447 // Return the freshly allocated arguments object.
448 return arguments;
469 // correct number of arguments and no allocated arguments object, so
475 // Construct an arguments object mirror for the right frame and the underlying
479 Handle<JSObject> arguments =
483 // Copy the parameters to the arguments object.
488 // Generators currently use holes as dummy arguments when resuming. We
495 arguments->set_elements(*array);
497 // Return the freshly allocated arguments object.
498 return arguments;
508 // potentially need for advance it to the arguments adaptor frame later.