Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc2529 Label checkreplacestring(this), if_iscallable(this), in TF_BUILTIN() local
2533 GotoIf(TaggedIsSmi(replace_value), &checkreplacestring); in TF_BUILTIN()
2535 &checkreplacestring); in TF_BUILTIN()
2538 Bind(&checkreplacestring); in TF_BUILTIN()