Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.h224 RegExpLookaround::Type lookaround_type, in RegExpParserState() argument
231 lookaround_type_(lookaround_type), in RegExpParserState()
242 RegExpLookaround::Type lookaround_type() { return lookaround_type_; } in lookaround_type() function
Dregexp-parser.cc227 capture_index, state->lookaround_type()); in ParseDisjunction()
281 RegExpLookaround::Type lookaround_type = state->lookaround_type(); in ParseDisjunction() local
291 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseDisjunction()
296 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseDisjunction()
305 lookaround_type = RegExpLookaround::LOOKBEHIND; in ParseDisjunction()
310 lookaround_type = RegExpLookaround::LOOKBEHIND; in ParseDisjunction()
339 state, subexpr_type, lookaround_type, captures_started_, in ParseDisjunction()