Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-async-function-gen.cc128 Label after_debug_hook(this), call_debug_hook(this, Label::kDeferred); in AsyncFunctionAwait() local
129 GotoIf(HasAsyncEventDelegate(), &call_debug_hook); in AsyncFunctionAwait()
142 BIND(&call_debug_hook); in AsyncFunctionAwait()
165 Label after_debug_hook(this), call_debug_hook(this, Label::kDeferred); in AsyncFunctionAwaitOptimized() local
166 GotoIf(HasAsyncEventDelegate(), &call_debug_hook); in AsyncFunctionAwaitOptimized()
179 BIND(&call_debug_hook); in AsyncFunctionAwaitOptimized()