Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise.cc1533 Label if_nativepromise(this), if_custompromise(this, Label::kDeferred); in TF_BUILTIN() local
1538 &if_custompromise); in TF_BUILTIN()
1549 Bind(&if_custompromise); in TF_BUILTIN()
1765 Label if_nativepromise(this), if_custompromise(this, Label::kDeferred); in TF_BUILTIN() local
1766 BranchIfFastPath(context, promise, &if_nativepromise, &if_custompromise); in TF_BUILTIN()
1777 Bind(&if_custompromise); in TF_BUILTIN()