Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h164 ecma_value_t ecma_regexp_replace_helper (ecma_value_t this_arg, ecma_value_t string_arg, ecma_value…
Decma-regexp-object.c2693 ecma_regexp_replace_helper (ecma_value_t this_arg, /**< this argument */ in ecma_regexp_replace_helper() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c647 return ecma_regexp_replace_helper (this_arg, string_arg, replace_arg); in ecma_builtin_regexp_prototype_symbol_replace()
Decma-builtin-string-prototype.c427 return ecma_regexp_replace_helper (search_value, this_value, replace_value); in ecma_builtin_string_prototype_object_replace()