Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc2316 bool has_frames = !it.done(); in DebugScope() local
2318 DCHECK(!has_frames || !it.is_wasm()); in DebugScope()
2320 has_frames ? it.frame()->id() : StackFrame::NO_ID; in DebugScope()