Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-array-gen.cc2058 Node* iterator_method = in TF_BUILTIN() local
2060 Branch(IsNullOrUndefined(iterator_method), &not_iterable, &iterable); in TF_BUILTIN()
2073 GotoIf(TaggedIsSmi(iterator_method), &get_method_not_callable); in TF_BUILTIN()
2074 GotoIfNot(IsCallable(CAST(iterator_method)), &get_method_not_callable); in TF_BUILTIN()
2079 iterator_method); in TF_BUILTIN()
2090 iterator_assembler.GetIterator(context, items, iterator_method); in TF_BUILTIN()