Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c80 uint32_t group_start_offset, /**< offset of group start */ in re_insert_into_group() argument
88 if (JERRY_UNLIKELY (!is_capturing && re_bytecode_size (re_ctx_p) == group_start_offset)) in re_insert_into_group()
96 group_start_offset, in re_insert_into_group()
97 re_bytecode_size (re_ctx_p) - group_start_offset); in re_insert_into_group()
100 re_insert_value (re_ctx_p, group_start_offset, qmin); in re_insert_into_group()
101 re_insert_value (re_ctx_p, group_start_offset, re_ctx_p->captures_count - capture_start); in re_insert_into_group()
105 re_insert_value (re_ctx_p, group_start_offset, capture_start); in re_insert_into_group()
112 re_insert_value (re_ctx_p, group_start_offset, idx); in re_insert_into_group()
113 re_insert_opcode (re_ctx_p, group_start_offset, re_get_group_start_opcode (is_capturing)); in re_insert_into_group()