Home
last modified time | relevance | path

Searched refs:wrapped_arguments (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscript.h72 DECL_ACCESSORS(wrapped_arguments, FixedArray)
Dscript-inl.h76 FixedArray Script::wrapped_arguments() const { in wrapped_arguments() function
Dshared-function-info.cc421 Handle<FixedArray> args(Script::cast(shared->script()).wrapped_arguments(), in GetSourceCodeHarmony()
/third_party/node/deps/v8/src/parsing/
Dparser.cc552 maybe_wrapped_arguments_ = handle(script->wrapped_arguments(), isolate); in ParseProgram()
883 maybe_wrapped_arguments_ = handle(script->wrapped_arguments(), isolate); in ParseFunction()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2213 os << "\n - wrapped arguments: " << Brief(wrapped_arguments()); in ScriptPrint()