Searched refs:in_debug_scope (Results 1 – 5 of 5) sorted by relevance
908 if (in_debug_scope()) return; in PrepareStepIn()915 if (in_debug_scope()) return; in PrepareStepInSuspendedGenerator()926 if (in_debug_scope()) return; in PrepareStepOnThrow()961 DCHECK(in_debug_scope()); in PrepareStep()1719 if (in_debug_scope() || ignore_events()) return; in OnThrow()1736 if (in_debug_scope() || ignore_events()) return; in OnPromiseReject()1841 if (in_debug_scope() || ignore_events()) return; in OnAsyncTaskEvent()1927 bool in_nested_debug_scope = in_debug_scope(); in ProcessCompileEvent()2002 DCHECK(in_debug_scope()); in NotifyMessageHandler()2132 if (handler == NULL && in_debug_scope()) { in SetMessageHandler()[all …]
527 inline bool in_debug_scope() const { in in_debug_scope() function646 DCHECK(in_debug_scope()); in AssertDebugContext()
350 if (isolate->debug()->in_debug_scope()) { in RUNTIME_FUNCTION()
1876 if (debug_->in_debug_scope()) { in Throw()
8797 if (!i_isolate->debug()->in_debug_scope()) return MaybeLocal<Context>(); in GetDebuggedContext()