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

  /external/v8/src/
ast.cc 252 bool RegExpAssertion::IsAnchored() {
253 return type() == RegExpAssertion::START_OF_INPUT;
357 void* RegExpUnparser::VisitAssertion(RegExpAssertion* that, void* data) {
359 case RegExpAssertion::START_OF_INPUT:
362 case RegExpAssertion::END_OF_INPUT:
365 case RegExpAssertion::START_OF_LINE:
368 case RegExpAssertion::END_OF_LINE:
371 case RegExpAssertion::BOUNDARY:
374 case RegExpAssertion::NON_BOUNDARY:
parser.cc     [all...]
ast.h     [all...]
jsregexp.cc     [all...]

Completed in 181 milliseconds