Searched refs:if_nativepromise (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-promise-gen.cc | 1336 Label if_nativepromise(this), if_notnativepromise(this, Label::kDeferred); in TF_BUILTIN() local 1337 Branch(WordEqual(promise_fun, constructor), &if_nativepromise, in TF_BUILTIN() 1342 BIND(&if_nativepromise); in TF_BUILTIN() 1403 Label if_nativepromise(this), if_custompromise(this, Label::kDeferred); in TF_BUILTIN() local 1408 Branch(WordEqual(promise_fun, receiver), &if_nativepromise, in TF_BUILTIN() 1411 BIND(&if_nativepromise); in TF_BUILTIN()
|