Searched refs:replace_arg (Results 1 – 3 of 3) sorted by relevance
645 ecma_value_t replace_arg) /**< replace string */ in ecma_builtin_regexp_prototype_symbol_replace() argument647 return ecma_regexp_replace_helper (this_arg, string_arg, replace_arg); in ecma_builtin_regexp_prototype_symbol_replace()
164 …a_regexp_replace_helper (ecma_value_t this_arg, ecma_value_t string_arg, ecma_value_t replace_arg);
2506 ecma_value_t replace_arg) /**< replace argument */ in ecma_regexp_replace_helper_fast() argument2592 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() argument2719 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()