Searched defs:IsAnchoredAtEnd (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/ | ||
H A D | ast.cc | 890 bool RegExpAssertion::IsAnchoredAtEnd() { function in class:v8::internal::RegExpAssertion 906 bool RegExpAlternative::IsAnchoredAtEnd() { function in class:v8::internal::RegExpAlternative 910 if (node->IsAnchoredAtEnd()) { return true; } 927 bool RegExpDisjunction::IsAnchoredAtEnd() { function in class:v8::internal::RegExpDisjunction 930 if (!alternatives->at(i)->IsAnchoredAtEnd()) 947 bool RegExpCapture::IsAnchoredAtEnd() { function in class:v8::internal::RegExpCapture 948 return body()->IsAnchoredAtEnd(); |
H A D | ast.h | 1808 virtual bool IsAnchoredAtEnd() { return false; } function in class:v8::internal::RegExpTree 1834 virtual bool IsAnchoredAtEnd(); 1855 virtual bool IsAnchoredAtEnd(); 1883 virtual bool IsAnchoredAtEnd(); 2057 virtual bool IsAnchoredAtEnd(); |
Completed in 79 milliseconds