Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h75 bool IsReturnOrSuspend() const { return type_ >= DEBUG_BREAK_SLOT_AT_RETURN; } in IsReturnOrSuspend() function
Ddebug.cc549 DCHECK(location.IsReturnOrSuspend() || hitInstrumentationBreak); in Break()
996 if (returns_only && !it.GetBreakLocation().IsReturnOrSuspend()) continue; in FloodWithOneShot()
1264 if (!location.IsReturnOrSuspend() && !IsBlackboxed(shared)) { in PrepareStep()