Searched refs:get_method_not_callable (Results 1 – 1 of 1) sorted by relevance
2072 Label get_method_not_callable(this, Label::kDeferred), next(this); in TF_BUILTIN() local2073 GotoIf(TaggedIsSmi(iterator_method), &get_method_not_callable); in TF_BUILTIN()2074 GotoIfNot(IsCallable(CAST(iterator_method)), &get_method_not_callable); in TF_BUILTIN()2077 BIND(&get_method_not_callable); in TF_BUILTIN()