Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-stack-trace-iterator.cc32 iterator_(isolate, isolate->debug()->break_frame_id()), in DebugStackTraceIterator()
Ddebug.cc710 DebugEvaluate::Local(isolate_, break_frame_id(), inlined_jsframe_index, in CheckBreakPoint()
1181 StackFrameId frame_id = break_frame_id(); in PrepareStep()
2428 if (break_frame_id() != StackFrameId::NO_ID) { in CurrentFrameCount()
2431 while (!it.done() && it.frame()->id() != break_frame_id()) it.Advance(); in CurrentFrameCount()
2593 break_frame_id_ = debug_->break_frame_id(); in DebugScope()
Ddebug.h374 StackFrameId break_frame_id() { return thread_local_.break_frame_id_; } in break_frame_id() function