Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-function-gen.cc268 Label call_debug_instrumentation(this, Label::kDeferred); in TF_BUILTIN() local
269 GotoIf(HasAsyncEventDelegate(), &call_debug_instrumentation); in TF_BUILTIN()
270 GotoIf(IsDebugActive(), &call_debug_instrumentation); in TF_BUILTIN()
275 BIND(&call_debug_instrumentation); in TF_BUILTIN()