Home | History | Annotate | Download | only in src

Lines Matching defs:IsAnchoredAtStart

843 bool RegExpAssertion::IsAnchoredAtStart() {
853 bool RegExpAlternative::IsAnchoredAtStart() {
857 if (node->IsAnchoredAtStart()) { return true; }
875 bool RegExpDisjunction::IsAnchoredAtStart() {
878 if (!alternatives->at(i)->IsAnchoredAtStart())
895 bool RegExpLookahead::IsAnchoredAtStart() {
896 return is_positive() && body()->IsAnchoredAtStart();
900 bool RegExpCapture::IsAnchoredAtStart() {
901 return body()->IsAnchoredAtStart();