Home
last modified time | relevance | path

Searched refs:first_alternative (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc309 RegExpTree* first_alternative = alternatives->at(0); in RegExpDisjunction() local
310 min_match_ = first_alternative->min_match(); in RegExpDisjunction()
311 max_match_ = first_alternative->max_match(); in RegExpDisjunction()
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c1147 bool first_alternative = true; in re_parse_alternative() local
1219 re_insert_opcode (re_ctx_p, alternative_offset, first_alternative ? RE_OP_ALTERNATIVE_START in re_parse_alternative()
1223 first_alternative = false; in re_parse_alternative()
1321 if (!first_alternative) in re_parse_alternative()
1336 if (!first_alternative) in re_parse_alternative()

Completed in 3 milliseconds