Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1569 …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() local
1570 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() local
3058 if (capture_str_p == NULL) in ecma_regexp_replace_helper()
3065 result = ecma_make_string_value (capture_str_p); in ecma_regexp_replace_helper()