Searched refs:if_rejectpromise (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-promise.cc | 691 if_rejectpromise(this, Label::kDeferred), out(this); in InternalResolvePromise() local 778 GotoIfException(then, &if_rejectpromise, &var_reason); in InternalResolvePromise() 838 Goto(&if_rejectpromise); in InternalResolvePromise() 842 Bind(&if_rejectpromise); in InternalResolvePromise() 1094 Label out(this), if_rejectpromise(this), debug_pop(this, Label::kDeferred); in TF_BUILTIN() local 1104 GotoIfException(maybe_exception, &if_rejectpromise, &var_reason); in TF_BUILTIN() 1107 Bind(&if_rejectpromise); in TF_BUILTIN() 1265 Label run_handler(this), if_rejectpromise(this), promisehook_before(this), in TF_BUILTIN() local 1305 Goto(&if_rejectpromise); in TF_BUILTIN() 1315 GotoIfException(result, &if_rejectpromise, &var_reason); in TF_BUILTIN() [all …]
|