Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-frames.cc16 is_bottommost_ = inlined_jsframe_index == 0; in FrameInspector()
78 return is_optimized_ && !is_bottommost_ in IsConstructor()
Ddebug-frames.h51 bool is_bottommost_; variable