Home | History | Annotate | Download | only in src

Lines Matching defs:IsAnchoredAtEnd

731 bool RegExpAssertion::IsAnchoredAtEnd() {
747 bool RegExpAlternative::IsAnchoredAtEnd() {
751 if (node->IsAnchoredAtEnd()) { return true; }
768 bool RegExpDisjunction::IsAnchoredAtEnd() {
771 if (!alternatives->at(i)->IsAnchoredAtEnd())
788 bool RegExpCapture::IsAnchoredAtEnd() {
789 return body()->IsAnchoredAtEnd();