Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c645 ecma_value_t replace_arg) /**< replace string */ in ecma_builtin_regexp_prototype_symbol_replace() argument
647 return ecma_regexp_replace_helper (this_arg, string_arg, replace_arg); in ecma_builtin_regexp_prototype_symbol_replace()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h164 …a_regexp_replace_helper (ecma_value_t this_arg, ecma_value_t string_arg, ecma_value_t replace_arg);
Decma-regexp-object.c2506 ecma_value_t replace_arg) /**< replace argument */ in ecma_regexp_replace_helper_fast() argument
2592 ecma_object_t *function_p = ecma_get_object_from_value (replace_arg); in ecma_regexp_replace_helper_fast()
2695 ecma_value_t replace_arg) /**< replace string */ in ecma_regexp_replace_helper() argument
2719 if (!ecma_op_is_callable (replace_arg)) in ecma_regexp_replace_helper()
2721 replace_ctx.replace_str_p = ecma_op_to_string (replace_arg); in ecma_regexp_replace_helper()
2778 replace_arg); in ecma_regexp_replace_helper()
2841 replace_arg); in ecma_regexp_replace_helper()
3130 result = ecma_op_function_call (ecma_get_object_from_value (replace_arg), in ecma_regexp_replace_helper()