Searched defs:IsAnchoredAtStart (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dast.cc726 bool RegExpAssertion::IsAnchoredAtStart() { function in class:v8::internal::RegExpAssertion
736 bool RegExpAlternative::IsAnchoredAtStart() { function in class:v8::internal::RegExpAlternative
740 if (node->IsAnchoredAtStart()) { return true; }
758 bool RegExpDisjunction::IsAnchoredAtStart() { function in class:v8::internal::RegExpDisjunction
761 if (!alternatives->at(i)->IsAnchoredAtStart())
778 bool RegExpLookahead::IsAnchoredAtStart() { function in class:v8::internal::RegExpLookahead
779 return is_positive() && body()->IsAnchoredAtStart();
783 bool RegExpCapture::IsAnchoredAtStart() { function in class:v8::internal::RegExpCapture
784 return body()->IsAnchoredAtStart();
H A Dast.h2606 virtual bool IsAnchoredAtStart() { return false; } function in class:v8::internal::RegExpTree
2632 virtual bool IsAnchoredAtStart() OVERRIDE;
2653 virtual bool IsAnchoredAtStart() OVERRIDE;
2681 virtual bool IsAnchoredAtStart() OVERRIDE;
2857 virtual bool IsAnchoredAtStart() OVERRIDE;
2891 virtual bool IsAnchoredAtStart() OVERRIDE;

Completed in 84 milliseconds