Searched refs:in_debug_scope (Results 1 – 2 of 2) sorted by relevance
481 DCHECK(in_debug_scope()); in OnInstrumentationBreak()1075 if (in_debug_scope()) return; in PrepareStepIn()1088 if (in_debug_scope()) return; in PrepareStepInSuspendedGenerator()1103 if (in_debug_scope()) return; in PrepareStepOnThrow()1175 DCHECK(in_debug_scope()); in PrepareStep()2112 if (in_debug_scope() || ignore_events()) return {}; in OnThrow()2141 if (in_debug_scope() || ignore_events()) return; in OnPromiseReject()2260 DCHECK(in_debug_scope()); in OnDebugBreak()2430 DCHECK(in_debug_scope()); in CurrentFrameCount()
364 inline bool in_debug_scope() const { in in_debug_scope() function477 inline void AssertDebugContext() { DCHECK(in_debug_scope()); } in AssertDebugContext()