Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise.cc1372 Label if_internalthen(this), if_customthen(this, Label::kDeferred); in TF_BUILTIN() local
1373 GotoIf(TaggedIsSmi(promise), &if_customthen); in TF_BUILTIN()
1374 BranchIfFastPath(context, promise, &if_internalthen, &if_customthen); in TF_BUILTIN()
1383 Bind(&if_customthen); in TF_BUILTIN()