Home
last modified time | relevance | path

Searched refs:if_isnotstringtype (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-iterator-gen.cc239 Label if_isnotstringtype(this, Label::kDeferred), in StringListFromIterable()
249 GotoIf(TaggedIsSmi(next_value), &if_isnotstringtype); in StringListFromIterable() local
251 GotoIfNot(IsStringInstanceType(next_value_type), &if_isnotstringtype); in StringListFromIterable() local
256 BIND(&if_isnotstringtype); in StringListFromIterable()

Completed in 1 milliseconds