Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h72 inline bool IsSuspend() const { return type_ == DEBUG_BREAK_SLOT_AT_SUSPEND; } in IsSuspend() function
Ddebug.cc139 DCHECK(IsSuspend()); in GetGeneratorObjectForSuspendedFrame()
503 if (location.IsSuspend()) { in Break()
1068 (location.IsSuspend() && step_action == StepOut)) { in PrepareStep()