Home | History | Annotate | Download | only in regexp

Lines Matching refs:RegExpLookaround

184   RegExpParserState initial_state(nullptr, INITIAL, RegExpLookaround::LOOKAHEAD,
230 body = new (zone()) RegExpLookaround(
577 RegExpLookaround::Type lookaround_type = state->lookaround_type();
592 lookaround_type = RegExpLookaround::LOOKAHEAD;
597 lookaround_type = RegExpLookaround::LOOKAHEAD;
666 lookaround_type = RegExpLookaround::LOOKBEHIND;
671 lookaround_type = RegExpLookaround::LOOKBEHIND;
1983 if (atom->AsLookaround()->type() == RegExpLookaround::LOOKBEHIND) {