Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc219 DCHECK(group_type == POSITIVE_LOOKAROUND || in ParseDisjunction()
221 bool is_positive = (group_type == POSITIVE_LOOKAROUND); in ParseDisjunction()
289 subexpr_type = POSITIVE_LOOKAROUND; in ParseDisjunction()
301 subexpr_type = POSITIVE_LOOKAROUND; in ParseDisjunction()
Dregexp-parser.h215 POSITIVE_LOOKAROUND, enumerator