Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.cc1456 Label if_iscallablereplace(this), if_notcallablereplace(this); in TF_BUILTIN() local
1457 GotoIf(TaggedIsSmi(replace), &if_notcallablereplace); in TF_BUILTIN()
1459 &if_notcallablereplace); in TF_BUILTIN()
1473 BIND(&if_notcallablereplace); in TF_BUILTIN()