Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc1387 Label if_iscallablereplace(this), if_notcallablereplace(this); in TF_BUILTIN() local
1388 GotoIf(TaggedIsSmi(replace), &if_notcallablereplace); in TF_BUILTIN()
1390 &if_notcallablereplace); in TF_BUILTIN()
1405 Bind(&if_notcallablereplace); in TF_BUILTIN()