Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise.cc1052 debug_push(this), if_noaccess(this, Label::kDeferred); in TF_BUILTIN() local
1068 Goto(&debug_push); in TF_BUILTIN()
1079 GotoIfNot(IsPromiseHookEnabledOrDebugIsActive(), &debug_push); in TF_BUILTIN()
1082 Goto(&debug_push); in TF_BUILTIN()
1085 Bind(&debug_push); in TF_BUILTIN()