Home
last modified time | relevance | path

Searched defs:capture_start (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c82 uint32_t capture_start, /**< index of first nested capture */ in re_insert_into_group()
149 uint32_t capture_start, /**< index of first nested capture */ in re_insert_assertion_lookahead()
1166 const uint32_t capture_start = idx; in re_parse_alternative() local
1187 const uint32_t capture_start = re_ctx_p->captures_count; in re_parse_alternative() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1281 const uint32_t capture_start = re_get_value (&bc_p); in ecma_regexp_run() local
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc954 Register capture_start = w12; in GetCode() local