Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-array-gen.cc2072 Label get_method_not_callable(this, Label::kDeferred), next(this); in TF_BUILTIN() local
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()
2077 BIND(&get_method_not_callable); in TF_BUILTIN()