Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc908 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 …]
Ddebug.h527 inline bool in_debug_scope() const { in in_debug_scope() function
646 DCHECK(in_debug_scope()); in AssertDebugContext()
/external/v8/src/runtime/
Druntime-debug.cc350 if (isolate->debug()->in_debug_scope()) { in RUNTIME_FUNCTION()
/external/v8/src/
Disolate.cc1876 if (debug_->in_debug_scope()) { in Throw()
Dapi.cc8797 if (!i_isolate->debug()->in_debug_scope()) return MaybeLocal<Context>(); in GetDebuggedContext()