Searched defs:if_notanobject (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/builtins/
H A Dbuiltins-async-iterator.cc160 done(this), if_notanobject(this, Label::kDeferred);
161 GotoIf(TaggedIsSmi(iter_result), &if_notanobject); local
164 GotoIfNot(IsJSReceiverMap(iter_result_map), &if_notanobject); local
201 Bind(&if_notanobject);

Completed in 141 milliseconds