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

  /external/v8/src/
ast.cc 726 bool RegExpAssertion::IsAnchoredAtStart() {
727 return assertion_type() == RegExpAssertion::START_OF_INPUT;
731 bool RegExpAssertion::IsAnchoredAtEnd() {
732 return assertion_type() == RegExpAssertion::END_OF_INPUT;
856 void* RegExpUnparser::VisitAssertion(RegExpAssertion* that, void* data) {
858 case RegExpAssertion::START_OF_INPUT:
861 case RegExpAssertion::END_OF_INPUT:
864 case RegExpAssertion::START_OF_LINE:
867 case RegExpAssertion::END_OF_LINE:
870 case RegExpAssertion::BOUNDARY
    [all...]
parser.cc     [all...]
ast.h 124 class RegExpAssertion;
    [all...]
jsregexp.cc     [all...]

Completed in 167 milliseconds