Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.h235 RegExpLookaround::Type lookaround_type, in RegExpParserState() argument
242 lookaround_type_(lookaround_type), in RegExpParserState()
253 RegExpLookaround::Type lookaround_type() const { return lookaround_type_; } in lookaround_type() function
Dregexp-parser.cc232 capture_index, state->lookaround_type()); in ParseDisjunction()
577 RegExpLookaround::Type lookaround_type = state->lookaround_type(); in ParseOpenParenthesis() local
592 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseOpenParenthesis()
597 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseOpenParenthesis()
666 lookaround_type = RegExpLookaround::LOOKBEHIND; in ParseOpenParenthesis()
671 lookaround_type = RegExpLookaround::LOOKBEHIND; in ParseOpenParenthesis()
698 RegExpParserState(state, subexpr_type, lookaround_type, captures_started_, in ParseOpenParenthesis()