Searched refs:wrapped_arguments (Results 1 – 5 of 5) sorted by relevance
72 DECL_ACCESSORS(wrapped_arguments, FixedArray)
76 FixedArray Script::wrapped_arguments() const { in wrapped_arguments() function
421 Handle<FixedArray> args(Script::cast(shared->script()).wrapped_arguments(), in GetSourceCodeHarmony()
552 maybe_wrapped_arguments_ = handle(script->wrapped_arguments(), isolate); in ParseProgram()883 maybe_wrapped_arguments_ = handle(script->wrapped_arguments(), isolate); in ParseFunction()
2213 os << "\n - wrapped arguments: " << Brief(wrapped_arguments()); in ScriptPrint()