Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc872 SubexpressionType subexpr_type = CAPTURE; in ParseOpenParenthesis() local
878 subexpr_type = GROUPING; in ParseOpenParenthesis()
883 subexpr_type = POSITIVE_LOOKAROUND; in ParseOpenParenthesis()
888 subexpr_type = NEGATIVE_LOOKAROUND; in ParseOpenParenthesis()
895 subexpr_type = POSITIVE_LOOKAROUND; in ParseOpenParenthesis()
900 subexpr_type = NEGATIVE_LOOKAROUND; in ParseOpenParenthesis()
912 if (subexpr_type == CAPTURE) { in ParseOpenParenthesis()
925 state, subexpr_type, lookaround_type, captures_started_, capture_name, in ParseOpenParenthesis()

Completed in 4 milliseconds