Home
last modified time | relevance | path

Searched refs:has_adapted_arguments_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.h62 bool has_adapted_arguments_ = false; variable
Ddebug-frames.cc36 has_adapted_arguments_ = js_frame && js_frame->has_adapted_arguments(); in FrameInspector()