Searched refs:IsDebugActive (Results 1 – 5 of 5) sorted by relevance
170 GotoIf(IsDebugActive(), &if_is_debug_active); in TF_BUILTIN()193 GotoIf(IsDebugActive(), &if_is_debug_active); in TF_BUILTIN()
55 GotoIfNot(IsDebugActive(), &do_perform_promise_then); in Await()
802 GotoIfNot(IsDebugActive(), &enqueue); in InternalResolvePromise()881 GotoIfNot(IsDebugActive(), &do_promisereset); in PromiseFulfill()953 GotoIfNot(IsDebugActive(), &out); in InternalPromiseReject()970 GotoIfNot(IsDebugActive(), &run_promise_hook); in InternalPromiseReject()1049 Node* const is_debug_active = IsDebugActive(); in TF_BUILTIN()1264 Node* const is_debug_active = IsDebugActive(); in TF_BUILTIN()
1237 Node* IsDebugActive();
8307 Node* CodeStubAssembler::IsDebugActive() { in IsDebugActive() function in v8::internal::CodeStubAssembler