Searched refs:IsSuspend (Results 1 – 2 of 2) sorted by relevance
74 inline bool IsSuspend() const { return type_ == DEBUG_BREAK_SLOT_AT_SUSPEND; } in IsSuspend() function
135 DCHECK(IsSuspend()); in GetGeneratorObjectForSuspendedFrame()488 if (location.IsSuspend()) { in Break()1000 if (location.IsReturn() || (location.IsSuspend() && step_action == StepOut)) { in PrepareStep()