Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscript-inl.h68 FixedArray* Script::wrapped_arguments() const { in wrapped_arguments() function
Dscript.h73 DECL_ACCESSORS(wrapped_arguments, FixedArray)
/external/v8/src/
Dobjects-printer.cc1948 os << "\n - wrapped arguments: " << Brief(wrapped_arguments()); in ScriptPrint()
Dobjects.cc13535 Script::cast(shared_info->script())->wrapped_arguments(), isolate); in ToString()
14040 Handle<FixedArray> args(Script::cast(shared->script())->wrapped_arguments(), in GetSourceCodeHarmony()
/external/v8/src/parsing/
Dparser.cc649 Handle<FixedArray> arguments(info->script()->wrapped_arguments(), isolate); in PrepareWrappedArguments()