Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc35 Label if_not_callable(this, Label::kDeferred), if_callable(this); in GetIterator() local
37 Branch(IsCallable(method), &if_callable, &if_not_callable); in GetIterator()
47 BIND(&if_callable); in GetIterator()