Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc1029 Label if_rejected_done(this), if_rejected_notcallable(this); in TF_BUILTIN() local
1030 GotoIf(TaggedIsSmi(on_rejected), &if_rejected_notcallable); in TF_BUILTIN()
1032 &if_rejected_notcallable); in TF_BUILTIN()
1033 BIND(&if_rejected_notcallable); in TF_BUILTIN()