Searched refs:assertion_type (Results 1 – 5 of 5) sorted by relevance
727 return assertion_type() == RegExpAssertion::START_OF_INPUT; in IsAnchoredAtStart()732 return assertion_type() == RegExpAssertion::END_OF_INPUT; in IsAnchoredAtEnd()857 switch (that->assertion_type()) { in VisitAssertion()
2306 if (assertion_type() == AT_START && not_at_start) return still_to_find; in EatsAtLeast()2318 if (assertion_type() == AT_START && not_at_start) return; in FillInBMInfo()4614 switch (that->assertion_type()) { in VisitAssertion()5051 switch (assertion_type()) { in ToNode()
918 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function
4245 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction() local4248 builder->AddAssertion(new(zone()) RegExpAssertion(assertion_type)); in ParseDisjunction()
2685 AssertionType assertion_type() { return assertion_type_; } in assertion_type() function