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-gen.cc251 done(this), if_notanobject(this, Label::kDeferred); in LoadIteratorResult() local
252 GotoIf(TaggedIsSmi(iter_result), &if_notanobject); in LoadIteratorResult()
255 GotoIfNot(IsJSReceiverMap(iter_result_map), &if_notanobject); in LoadIteratorResult()
292 BIND(&if_notanobject); in LoadIteratorResult()