Searched refs:lookaround_type (Results 1 – 2 of 2) sorted by relevance
205 RegExpLookaround::Type lookaround_type, in RegExpParserState() argument210 lookaround_type_(lookaround_type), in RegExpParserState()220 RegExpLookaround::Type lookaround_type() { return lookaround_type_; } in lookaround_type() function
186 capture_index, state->lookaround_type()); in ParseDisjunction()239 RegExpLookaround::Type lookaround_type = state->lookaround_type(); in ParseDisjunction() local247 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseDisjunction()251 lookaround_type = RegExpLookaround::LOOKAHEAD; in ParseDisjunction()257 lookaround_type = RegExpLookaround::LOOKBEHIND; in ParseDisjunction()280 state, subexpr_type, lookaround_type, captures_started_, zone()); in ParseDisjunction()