Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc838 debug_push(this), if_noaccess(this, Label::kDeferred); in TF_BUILTIN() local
854 Goto(&debug_push); in TF_BUILTIN()
865 GotoIfNot(IsPromiseHookEnabledOrHasAsyncEventDelegate(), &debug_push); in TF_BUILTIN()
868 Goto(&debug_push); in TF_BUILTIN()
871 BIND(&debug_push); in TF_BUILTIN()