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

  /external/v8/src/regexp/
jsregexp.h 413 cannot_match_(false) { }
418 cannot_match_(false) { }
425 bool cannot_match() { return cannot_match_; }
426 void set_cannot_match() { cannot_match_ = true; }
453 bool cannot_match_; member in class:v8::internal::QuickCheckDetails
    [all...]
jsregexp.cc     [all...]

Completed in 54 milliseconds