Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc227 DCHECK(group_type == POSITIVE_LOOKAROUND || in ParseDisjunction()
229 bool is_positive = (group_type == POSITIVE_LOOKAROUND); in ParseDisjunction()
593 subexpr_type = POSITIVE_LOOKAROUND; in ParseOpenParenthesis()
667 subexpr_type = POSITIVE_LOOKAROUND; in ParseOpenParenthesis()
Dregexp-parser.h225 POSITIVE_LOOKAROUND, enumerator