Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h335 inline bool in_debug_scope() const { in in_debug_scope() function
439 DCHECK(in_debug_scope()); in AssertDebugContext()
Ddebug.cc859 if (in_debug_scope()) return; in PrepareStepIn()
871 if (in_debug_scope()) return; in PrepareStepInSuspendedGenerator()
885 if (in_debug_scope()) return; in PrepareStepOnThrow()
957 DCHECK(in_debug_scope()); in PrepareStep()
1649 if (in_debug_scope() || ignore_events()) return; in OnThrow()
1666 if (in_debug_scope() || ignore_events()) return; in OnPromiseReject()
1878 DCHECK(in_debug_scope()); in CurrentFrameCount()