Searched refs:IsAnchoredAtEnd (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/regexp/
H A Dregexp-ast.cc70 bool RegExpAssertion::IsAnchoredAtEnd() { function in class:v8::internal::RegExpAssertion
90 bool RegExpAlternative::IsAnchoredAtEnd() { function in class:v8::internal::RegExpAlternative
94 if (node->IsAnchoredAtEnd()) {
114 bool RegExpDisjunction::IsAnchoredAtEnd() { function in class:v8::internal::RegExpDisjunction
117 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false;
131 bool RegExpCapture::IsAnchoredAtEnd() { return body()->IsAnchoredAtEnd(); } function in class:v8::internal::RegExpCapture
H A Dregexp-ast.h202 virtual bool IsAnchoredAtEnd() { return false; } function in class:v8::internal::RegExpTree
227 bool IsAnchoredAtEnd() override;
251 bool IsAnchoredAtEnd() override;
279 bool IsAnchoredAtEnd() override;
424 bool IsAnchoredAtEnd() override;
453 bool IsAnchoredAtEnd() override { return body_->IsAnchoredAtEnd(); }
H A Djsregexp.cc6646 bool is_end_anchored = data->tree->IsAnchoredAtEnd();

Completed in 245 milliseconds