Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise.cc1253 Label run_handler(this), if_rejectpromise(this), promisehook_before(this), in TF_BUILTIN() local
1256 GotoIfNot(is_debug_active, &promisehook_before); in TF_BUILTIN()
1258 Goto(&promisehook_before); in TF_BUILTIN()
1260 Bind(&promisehook_before); in TF_BUILTIN()