Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c445 replace_ctx.replace_str_p = NULL; 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()
449 if (replace_ctx.replace_str_p == NULL) in ecma_builtin_string_prototype_object_replace()
488 if (replace_ctx.replace_str_p == NULL) in ecma_builtin_string_prototype_object_replace()
560 if (replace_ctx.replace_str_p != NULL) in ecma_builtin_string_prototype_object_replace()
562 ecma_deref_ecma_string (replace_ctx.replace_str_p); in ecma_builtin_string_prototype_object_replace()
Decma-builtin-helpers.h93 ecma_string_t *replace_str_p; /**< replacement string */ member
Decma-builtin-helpers.c852 const lit_utf8_byte_t *replace_buf_p = ecma_string_get_chars (ctx_p->replace_str_p, in ecma_builtin_replace_substitute()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2570 if (ctx_p->replace_str_p != NULL) in ecma_regexp_replace_helper_fast()
2718 replace_ctx.replace_str_p = NULL; in ecma_regexp_replace_helper()
2721 replace_ctx.replace_str_p = ecma_op_to_string (replace_arg); in ecma_regexp_replace_helper()
2723 if (replace_ctx.replace_str_p == NULL) in ecma_regexp_replace_helper()
3120 if (replace_ctx.replace_str_p == NULL) in ecma_regexp_replace_helper()
3196 if (replace_ctx.replace_str_p != NULL) in ecma_regexp_replace_helper()
3198 ecma_deref_ecma_string (replace_ctx.replace_str_p); in ecma_regexp_replace_helper()