Home
last modified time | relevance | path

Searched refs:if_iscallable (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
1278 Branch(IsCallableMap(exec_map), &if_iscallable, &if_isnotcallable); in RegExpExec()
1280 Bind(&if_iscallable); in RegExpExec()
2529 Label checkreplacestring(this), if_iscallable(this), in TF_BUILTIN() local
2534 Branch(IsCallableMap(LoadMap(replace_value)), &if_iscallable, in TF_BUILTIN()
2565 Bind(&if_iscallable); in TF_BUILTIN()