Home
last modified time | relevance | path

Searched refs:cannot_match_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Djsregexp.h403 cannot_match_(false) { } in QuickCheckDetails()
408 cannot_match_(false) { } in QuickCheckDetails()
415 bool cannot_match() { return cannot_match_; } in cannot_match()
416 void set_cannot_match() { cannot_match_ = true; } in set_cannot_match()
443 bool cannot_match_; variable
Djsregexp.cc2699 if (other->cannot_match_) { in Merge()
2702 if (cannot_match_) { in Merge()