Searched refs:wrapped_arguments (Results 1 – 5 of 5) sorted by relevance
68 FixedArray* Script::wrapped_arguments() const { in wrapped_arguments() function
73 DECL_ACCESSORS(wrapped_arguments, FixedArray)
1948 os << "\n - wrapped arguments: " << Brief(wrapped_arguments()); in ScriptPrint()
13535 Script::cast(shared_info->script())->wrapped_arguments(), isolate); in ToString()14040 Handle<FixedArray> args(Script::cast(shared->script())->wrapped_arguments(), in GetSourceCodeHarmony()
649 Handle<FixedArray> arguments(info->script()->wrapped_arguments(), isolate); in PrepareWrappedArguments()