Searched refs:IsAnchoredAtEnd (Results 1 - 3 of 3) 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(); |
H A D | jsregexp.cc | 5308 bool is_end_anchored = data->tree->IsAnchoredAtEnd(); |
Completed in 73 milliseconds