Searched refs:if_isnotcallable (Results 1 – 1 of 1) sorted by relevance
1689 Label if_iscallable(this), if_isnotcallable(this); in RegExpExec() local1691 GotoIf(TaggedIsSmi(exec), &if_isnotcallable); in RegExpExec()1694 Branch(IsCallableMap(exec_map), &if_iscallable, &if_isnotcallable); in RegExpExec()1710 BIND(&if_isnotcallable); in RegExpExec()