Searched refs:if_fulfill (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-promise-gen.cc | 1161 Label if_handler_callable(this), if_fulfill(this), if_reject(this); in PromiseReactionJob() local 1163 type == PromiseReaction::kFulfill ? &if_fulfill : &if_reject, in PromiseReactionJob() 1173 Goto(&if_fulfill); in PromiseReactionJob() 1176 BIND(&if_fulfill); in PromiseReactionJob() 1731 Label do_enqueue(this), if_fulfill(this), if_reject(this, Label::kDeferred), in TF_BUILTIN() local 1749 GotoIf(TaggedIsSmi(resolution), &if_fulfill); in TF_BUILTIN() 1751 GotoIfNot(IsJSReceiverMap(resolution_map), &if_fulfill); in TF_BUILTIN() 1787 Branch(WordEqual(resolution_map, iterator_result_map), &if_fulfill, in TF_BUILTIN() 1801 GotoIf(TaggedIsSmi(then), &if_fulfill); in TF_BUILTIN() 1803 GotoIfNot(IsCallableMap(then_map), &if_fulfill); in TF_BUILTIN() [all …]
|