Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc280 SubexpressionType subexpr_type = CAPTURE; in ParseDisjunction() local
287 subexpr_type = GROUPING; in ParseDisjunction()
292 subexpr_type = POSITIVE_LOOKAROUND; in ParseDisjunction()
297 subexpr_type = NEGATIVE_LOOKAROUND; in ParseDisjunction()
304 subexpr_type = POSITIVE_LOOKAROUND; in ParseDisjunction()
309 subexpr_type = NEGATIVE_LOOKAROUND; in ParseDisjunction()
327 if (subexpr_type == CAPTURE) { in ParseDisjunction()
339 state, subexpr_type, lookaround_type, captures_started_, in ParseDisjunction()