Home
last modified time | relevance | path

Searched refs:replace_result_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c2607 ecma_string_t *const replace_result_p = ecma_op_to_string (result); in ecma_regexp_replace_helper_fast() local
2610 if (replace_result_p == NULL) in ecma_regexp_replace_helper_fast()
2616 ecma_stringbuilder_append (&(ctx_p->builder), replace_result_p); in ecma_regexp_replace_helper_fast()
2617 ecma_deref_ecma_string (replace_result_p); in ecma_regexp_replace_helper_fast()
3143 ecma_string_t *const replace_result_p = ecma_op_to_string (result); in ecma_regexp_replace_helper()
3146 if (replace_result_p == NULL) in ecma_regexp_replace_helper()
3155 ecma_stringbuilder_append (&replace_ctx.builder, replace_result_p); in ecma_regexp_replace_helper()
3158 ecma_deref_ecma_string (replace_result_p); in ecma_regexp_replace_helper()

Completed in 4 milliseconds