Searched refs:replace_str_p (Results 1 – 4 of 4) sorted by relevance
445 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()
93 ecma_string_t *replace_str_p; /**< replacement string */ member
852 const lit_utf8_byte_t *replace_buf_p = ecma_string_get_chars (ctx_p->replace_str_p, in ecma_builtin_replace_substitute()
2570 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()