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

/external/v8/src/
H A Dast.cc713 bool RegExpAssertion::IsAnchoredAtStart() { function in class:v8::internal::RegExpAssertion
723 bool RegExpAlternative::IsAnchoredAtStart() { function in class:v8::internal::RegExpAlternative
727 if (node->IsAnchoredAtStart()) { return true; }
745 bool RegExpDisjunction::IsAnchoredAtStart() { function in class:v8::internal::RegExpDisjunction
748 if (!alternatives->at(i)->IsAnchoredAtStart())
765 bool RegExpLookahead::IsAnchoredAtStart() { function in class:v8::internal::RegExpLookahead
766 return is_positive() && body()->IsAnchoredAtStart();
770 bool RegExpCapture::IsAnchoredAtStart() { function in class:v8::internal::RegExpCapture
771 return body()->IsAnchoredAtStart();
H A Dast.h2204 virtual bool IsAnchoredAtStart() { return false; } function in class:v8::internal::RegExpTree
2230 virtual bool IsAnchoredAtStart();
2251 virtual bool IsAnchoredAtStart();
2279 virtual bool IsAnchoredAtStart();
2455 virtual bool IsAnchoredAtStart();
2489 virtual bool IsAnchoredAtStart();

Completed in 76 milliseconds