Home | History | Annotate | Download | only in src

Lines Matching defs:IsAnchoredAtStart

726 bool RegExpAssertion::IsAnchoredAtStart() {
736 bool RegExpAlternative::IsAnchoredAtStart() {
740 if (node->IsAnchoredAtStart()) { return true; }
758 bool RegExpDisjunction::IsAnchoredAtStart() {
761 if (!alternatives->at(i)->IsAnchoredAtStart())
778 bool RegExpLookahead::IsAnchoredAtStart() {
779 return is_positive() && body()->IsAnchoredAtStart();
783 bool RegExpCapture::IsAnchoredAtStart() {
784 return body()->IsAnchoredAtStart();