Searched refs:iterator_method (Results 1 – 1 of 1) sorted by relevance
2058 Node* iterator_method = in TF_BUILTIN() local2060 Branch(IsNullOrUndefined(iterator_method), ¬_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()