Searched refs:capture_str_p (Results 1 – 1 of 1) sorted by relevance
1569 …ecma_string_t *const capture_str_p = ecma_new_ecma_string_from_utf8 (capture_p->begin_p, capture_s… in ecma_regexp_get_capture_value() local1570 return ecma_make_string_value (capture_str_p); in ecma_regexp_get_capture_value()3055 ecma_string_t *capture_str_p = ecma_op_to_string (result); in ecma_regexp_replace_helper() local3058 if (capture_str_p == NULL) in ecma_regexp_replace_helper()3065 result = ecma_make_string_value (capture_str_p); in ecma_regexp_replace_helper()