Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise.cc1408 Label if_valueisnativepromise(this), if_valueisnotnativepromise(this), in TF_BUILTIN() local
1422 BranchIfFastPath(native_context, promise_fun, value, &if_valueisnativepromise, in TF_BUILTIN()
1425 Bind(&if_valueisnativepromise); in TF_BUILTIN()