Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc1689 Label if_iscallable(this), if_isnotcallable(this); in RegExpExec() local
1691 GotoIf(TaggedIsSmi(exec), &if_isnotcallable); in RegExpExec()
1694 Branch(IsCallableMap(exec_map), &if_iscallable, &if_isnotcallable); in RegExpExec()
1710 BIND(&if_isnotcallable); in RegExpExec()