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

  /external/v8/src/
ast.cc 890 bool RegExpAssertion::IsAnchoredAtEnd() {
906 bool RegExpAlternative::IsAnchoredAtEnd() {
910 if (node->IsAnchoredAtEnd()) { return true; }
927 bool RegExpDisjunction::IsAnchoredAtEnd() {
930 if (!alternatives->at(i)->IsAnchoredAtEnd())
947 bool RegExpCapture::IsAnchoredAtEnd() {
948 return body()->IsAnchoredAtEnd();
ast.h     [all...]

Completed in 19 milliseconds