Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc238 SubexpressionType subexpr_type = CAPTURE; in ParseDisjunction() local
244 subexpr_type = GROUPING; in ParseDisjunction()
248 subexpr_type = POSITIVE_LOOKAROUND; in ParseDisjunction()
252 subexpr_type = NEGATIVE_LOOKAROUND; in ParseDisjunction()
259 subexpr_type = POSITIVE_LOOKAROUND; in ParseDisjunction()
262 subexpr_type = NEGATIVE_LOOKAROUND; in ParseDisjunction()
280 state, subexpr_type, lookaround_type, captures_started_, zone()); in ParseDisjunction()