Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h102 uint32_t subcapture_start; /**< first nested capturing group index */ member
Decma-regexp-object.c704 group_p->subcapture_start = re_get_value (&bc_p); in ecma_regexp_run()
836 ecma_regexp_capture_t *const capture_p = re_ctx_p->captures_p + group_p->subcapture_start; in ecma_regexp_run()
879 … ecma_regexp_capture_t *const capture_p = re_ctx_p->captures_p + group_p->subcapture_start + i; in ecma_regexp_run()
898 … ecma_regexp_capture_t *const capture_p = re_ctx_p->captures_p + group_p->subcapture_start + i; in ecma_regexp_run()
1004 ecma_regexp_capture_t *const capture_p = re_ctx_p->captures_p + group_p->subcapture_start; in ecma_regexp_run()
1049 … ecma_regexp_capture_t *const capture_p = re_ctx_p->captures_p + group_p->subcapture_start + i; in ecma_regexp_run()
1068 … ecma_regexp_capture_t *const capture_p = re_ctx_p->captures_p + group_p->subcapture_start + i; in ecma_regexp_run()