Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h158 inline bool JavaScriptFrame::has_adapted_arguments() const { in has_adapted_arguments() function
202 if (!frame()->has_adapted_arguments()) return; in AdvanceToArgumentsFrame()
Dframes.h374 inline bool has_adapted_arguments() const;
Dframes.cc480 if (has_adapted_arguments()) { in IsConstructor()