Home
last modified time | relevance | path

Searched refs:has_adapted_arguments (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.cc36 has_adapted_arguments_ = js_frame && js_frame->has_adapted_arguments(); in FrameInspector()
/external/v8/src/
Dframes-inl.h165 inline bool JavaScriptFrame::has_adapted_arguments() const { in has_adapted_arguments() function
Dframes.h737 inline bool has_adapted_arguments() const;
Daccessors.cc481 if (it->frame()->has_adapted_arguments()) { in GetFrameArguments()
Dframes.cc1003 if (has_adapted_arguments()) { in IsConstructor()
/external/v8/src/runtime/
Druntime-scopes.cc376 if (it.frame()->has_adapted_arguments()) { in GetCallerArguments()
568 if (function_frame->has_adapted_arguments()) { in RUNTIME_FUNCTION()