Searched refs:ecma_regexp_replace_helper (Results 1 – 4 of 4) sorted by relevance
164 ecma_value_t ecma_regexp_replace_helper (ecma_value_t this_arg, ecma_value_t string_arg, ecma_value…
2693 ecma_regexp_replace_helper (ecma_value_t this_arg, /**< this argument */ in ecma_regexp_replace_helper() function
647 return ecma_regexp_replace_helper (this_arg, string_arg, replace_arg); in ecma_builtin_regexp_prototype_symbol_replace()
427 return ecma_regexp_replace_helper (search_value, this_value, replace_value); in ecma_builtin_string_prototype_object_replace()