Home
last modified time | relevance | path

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

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