Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dparser.cc4109 SubexpressionType subexpr_type = CAPTURE; in ParseDisjunction() local
4114 subexpr_type = GROUPING; in ParseDisjunction()
4117 subexpr_type = POSITIVE_LOOKAHEAD; in ParseDisjunction()
4120 subexpr_type = NEGATIVE_LOOKAHEAD; in ParseDisjunction()
4137 stored_state = new(zone()) RegExpParserState(stored_state, subexpr_type, in ParseDisjunction()