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

  /external/chromium_org/v8/src/
ast.cc 731 bool RegExpAssertion::IsAnchoredAtEnd() {
747 bool RegExpAlternative::IsAnchoredAtEnd() {
751 if (node->IsAnchoredAtEnd()) { return true; }
768 bool RegExpDisjunction::IsAnchoredAtEnd() {
771 if (!alternatives->at(i)->IsAnchoredAtEnd())
788 bool RegExpCapture::IsAnchoredAtEnd() {
789 return body()->IsAnchoredAtEnd();
    [all...]
ast.h     [all...]

Completed in 120 milliseconds