HomeSort by relevance Sort by last modified time
    Searched refs:IsAnchoredAtEnd (Results 1 - 6 of 6) 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...]
  /external/chromium_org/v8/src/
ast.cc 796 bool RegExpAssertion::IsAnchoredAtEnd() {
812 bool RegExpAlternative::IsAnchoredAtEnd() {
816 if (node->IsAnchoredAtEnd()) { return true; }
833 bool RegExpDisjunction::IsAnchoredAtEnd() {
836 if (!alternatives->at(i)->IsAnchoredAtEnd())
853 bool RegExpCapture::IsAnchoredAtEnd() {
854 return body()->IsAnchoredAtEnd();
    [all...]
ast.h     [all...]
jsregexp.cc     [all...]

Completed in 309 milliseconds