Searched refs:IsDebugActive (Results 1 – 11 of 11) sorted by relevance
44 Branch(IsDebugActive(), &if_instrumentation, &if_instrumentation_done); in AsyncFunctionAwaitResumeClosure()148 GotoIf(IsDebugActive(), &if_debugging); in TF_BUILTIN()171 GotoIf(IsDebugActive(), &if_debugging); in TF_BUILTIN()190 GotoIf(IsDebugActive(), &if_debugging); in TF_BUILTIN()
29 IsDebugActive(): bool;80 const isDebugActive = IsDebugActive();
35 if (IsDebugActive()) deferred {89 if (IsDebugActive() && !Is<JSPromise>(promise)) deferred {
149 if (IsDebugActive()) deferred {252 if (IsDebugActive() && Is<JSPromise>(thenResult)) deferred {
331 GotoIf(IsDebugActive(), slow); in FastIterableToList()
287 if (IsDebugActive() && Is<JSPromise>(thenResult)) deferred {
231 Branch(IsDebugActive(), &if_instrumentation, &if_instrumentation_done); in AsyncGeneratorAwaitResumeClosure()
1920 using IsDebugActive = HasAsyncEventDelegate::Next<bool, 1>; member
4633 PromiseHookFields::IsDebugActive::encode(debug()->is_active()); in ThrowInternal()
3676 TNode<BoolT> IsDebugActive();
14554 TNode<BoolT> CodeStubAssembler::IsDebugActive() { in IsDebugActive() function in v8::internal::CodeStubAssembler14612 Isolate::PromiseHookFields::IsDebugActive::kMask; in IsIsolatePromiseHookEnabledOrDebugIsActiveOrHasAsyncEventDelegate()