Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.cc379 thread_local_.break_frame_id_ = StackFrameId::NO_ID; in ThreadInit()
1183 if (frame_id == StackFrameId::NO_ID) return; in PrepareStep()
2428 if (break_frame_id() != StackFrameId::NO_ID) { in CurrentFrameCount()
2600 has_frames ? it.frame()->id() : StackFrameId::NO_ID; in DebugScope()
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc439 if (it != per_isolate_data_.end()) it->second.stepping_frame = NO_ID; in ClearStepping()
739 StackFrameId stepping_frame = NO_ID;
/third_party/node/deps/v8/src/common/
Dglobals.h1822 enum StackFrameId { ID_MIN_VALUE = kMinInt, ID_MAX_VALUE = kMaxInt, NO_ID = 0 }; enumerator