Lines Matching defs:arguments
11 #include "src/execution/arguments-inl.h"
18 #include "src/objects/arguments-inl.h"
342 // Find the arguments of the JavaScript function invocation that called
346 // Find frame containing arguments passed to the caller.
415 // Store the context and the arguments array at the beginning of the
418 Handle<FixedArray> arguments = isolate->factory()->NewFixedArray(
423 mapped_count, context, arguments, AllocationType::kYoung);
431 // These go directly in the arguments array and have no
433 arguments->set(index, parameters[index]);
440 // arguments object.
442 arguments->set(i, parameters[i]);
453 arguments->set_the_hole(parameter);
458 // If there is no aliasing, the arguments object elements are not
500 std::unique_ptr<Handle<Object>[]> arguments =
502 HandleArguments argument_getter(arguments.get());
513 std::unique_ptr<Handle<Object>[]> arguments =
523 array->set(i, *arguments[i], mode);
540 std::unique_ptr<Handle<Object>[]> arguments =
551 elements.set(i, *arguments[i + start_index], mode);