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

  /external/v8/src/
ast.cc 718 bool RegExpAssertion::IsAnchoredAtEnd() {
734 bool RegExpAlternative::IsAnchoredAtEnd() {
738 if (node->IsAnchoredAtEnd()) { return true; }
755 bool RegExpDisjunction::IsAnchoredAtEnd() {
758 if (!alternatives->at(i)->IsAnchoredAtEnd())
775 bool RegExpCapture::IsAnchoredAtEnd() {
776 return body()->IsAnchoredAtEnd();
    [all...]
ast.h     [all...]
jsregexp.cc     [all...]

Completed in 41 milliseconds