Searched refs:replace_value (Results 1 – 2 of 2) sorted by relevance
393 … ecma_value_t replace_value) /**< routine's second argument */ in ecma_builtin_string_prototype_object_replace() argument417 ecma_value_t arguments[] = { this_value, replace_value }; in ecma_builtin_string_prototype_object_replace()427 return ecma_regexp_replace_helper (search_value, this_value, replace_value); in ecma_builtin_string_prototype_object_replace()446 if (!ecma_op_is_callable (replace_value)) in ecma_builtin_string_prototype_object_replace()448 replace_ctx.replace_str_p = ecma_op_to_string (replace_value); in ecma_builtin_string_prototype_object_replace()490 ecma_object_t *function_p = ecma_get_object_from_value (replace_value); in ecma_builtin_string_prototype_object_replace()
125 // instance, {replace_value} is non-callable, and ToString({replace_value})183 // 2. Is {replace_value} callable?