Lines Matching refs:RegExpAssertion
5187 new(zone()) RegExpAssertion(RegExpAssertion::START_OF_LINE));
5190 new(zone()) RegExpAssertion(RegExpAssertion::START_OF_INPUT));
5197 RegExpAssertion::Type type =
5198 multiline_ ? RegExpAssertion::END_OF_LINE :
5199 RegExpAssertion::END_OF_INPUT;
5200 builder->AddAssertion(new(zone()) RegExpAssertion(type));
5262 new(zone()) RegExpAssertion(RegExpAssertion::BOUNDARY));
5267 new(zone()) RegExpAssertion(RegExpAssertion::NON_BOUNDARY));