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

  /external/v8/src/
ast.cc 885 bool RegExpAssertion::IsAnchoredAtStart() {
886 return type() == RegExpAssertion::START_OF_INPUT;
890 bool RegExpAssertion::IsAnchoredAtEnd() {
891 return type() == RegExpAssertion::END_OF_INPUT;
1021 void* RegExpUnparser::VisitAssertion(RegExpAssertion* that, void* data) {
1023 case RegExpAssertion::START_OF_INPUT:
1026 case RegExpAssertion::END_OF_INPUT:
1029 case RegExpAssertion::START_OF_LINE:
1032 case RegExpAssertion::END_OF_LINE:
1035 case RegExpAssertion::BOUNDARY
    [all...]
parser.cc     [all...]
ast.h     [all...]
jsregexp.cc     [all...]

Completed in 137 milliseconds