Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h112 ecma_regexp_get_capture_value (const ecma_regexp_capture_t *const capture_p);
Decma-regexp-object.c1563 ecma_regexp_get_capture_value (const ecma_regexp_capture_t *const capture_p) /**< capture */ in ecma_regexp_get_capture_value() function
1591 ecma_value_t capture_value = ecma_regexp_get_capture_value (re_ctx_p->captures_p + i); in ecma_regexp_create_result_object()
2437 const ecma_value_t capture = ecma_regexp_get_capture_value (re_ctx.captures_p + index); in ecma_regexp_split_helper()
2585 ecma_value_t capture = ecma_regexp_get_capture_value (re_ctx.captures_p + i); in ecma_regexp_replace_helper_fast()