Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc1273 Label if_iscallable(this), if_isnotcallable(this); in RegExpExec() local
1275 GotoIf(TaggedIsSmi(exec), &if_isnotcallable); in RegExpExec()
1278 Branch(IsCallableMap(exec_map), &if_iscallable, &if_isnotcallable); in RegExpExec()
1294 Bind(&if_isnotcallable); in RegExpExec()