Searched refs:non_captures_count (Results 1 – 7 of 7) sorted by relevance
119 re_ctx.non_captures_count = 0; in re_compile_bytecode()156 re_compiled_code_p->non_captures_count = re_ctx.non_captures_count; in re_compile_bytecode()
46 uint32_t non_captures_count; /**< number of non-capture groups */ member
104 uint32_t non_captures_count; /**< number of non-capturing groups */ member
1186 const uint32_t idx = re_ctx_p->non_captures_count++; in re_parse_alternative()1287 const uint32_t group_idx = re_ctx_p->non_captures_count++; in re_parse_alternative()
376 JERRY_DEBUG_MSG ("Non-capturing groups: %d\n", compiled_code_p->non_captures_count); in re_dump_bytecode()
144 uint32_t non_captures_count; /**< number of non-capture groups */ member
1633 ctx_p->non_captures_count = bc_p->non_captures_count; in ecma_regexp_initialize_context()1637 if (ctx_p->non_captures_count > 0) in ecma_regexp_initialize_context()1639 …ctx_p->non_captures_p = jmem_heap_alloc_block (ctx_p->non_captures_count * sizeof (ecma_regexp_non… in ecma_regexp_initialize_context()1652 if (ctx_p->non_captures_count > 0) in ecma_regexp_cleanup_context()1654 …jmem_heap_free_block (ctx_p->non_captures_p, ctx_p->non_captures_count * sizeof (ecma_regexp_non_c… in ecma_regexp_cleanup_context()