Home
last modified time | relevance | path

Searched refs:replace_value (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c393 … ecma_value_t replace_value) /**< routine's second argument */ in ecma_builtin_string_prototype_object_replace() argument
417 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()
/third_party/node/deps/v8/src/builtins/
Dregexp-replace.tq125 // instance, {replace_value} is non-callable, and ToString({replace_value})
183 // 2. Is {replace_value} callable?