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

  /external/v8/src/
ast.cc 713 bool RegExpAssertion::IsAnchoredAtStart() {
714 return type() == RegExpAssertion::START_OF_INPUT;
718 bool RegExpAssertion::IsAnchoredAtEnd() {
719 return type() == RegExpAssertion::END_OF_INPUT;
849 void* RegExpUnparser::VisitAssertion(RegExpAssertion* that, void* data) {
851 case RegExpAssertion::START_OF_INPUT:
854 case RegExpAssertion::END_OF_INPUT:
857 case RegExpAssertion::START_OF_LINE:
860 case RegExpAssertion::END_OF_LINE:
863 case RegExpAssertion::BOUNDARY
    [all...]
parser.cc     [all...]
ast.h 136 class RegExpAssertion;
    [all...]
jsregexp.cc     [all...]

Completed in 495 milliseconds