HomeSort by relevance Sort by last modified time
    Searched defs:IsAnchoredAtEnd (Results 1 - 2 of 2) sorted by null

  /external/v8/src/regexp/
regexp-ast.cc 70 bool RegExpAssertion::IsAnchoredAtEnd() {
90 bool RegExpAlternative::IsAnchoredAtEnd() {
94 if (node->IsAnchoredAtEnd()) {
114 bool RegExpDisjunction::IsAnchoredAtEnd() {
117 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false;
131 bool RegExpCapture::IsAnchoredAtEnd() { return body()->IsAnchoredAtEnd(); }
regexp-ast.h 202 virtual bool IsAnchoredAtEnd() { return false; }
227 bool IsAnchoredAtEnd() override;
251 bool IsAnchoredAtEnd() override;
279 bool IsAnchoredAtEnd() override;
424 bool IsAnchoredAtEnd() override;

Completed in 36 milliseconds