Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h386 cannot_match_(false) { } in QuickCheckDetails()
391 cannot_match_(false) { } in QuickCheckDetails()
398 bool cannot_match() { return cannot_match_; } in cannot_match()
399 void set_cannot_match() { cannot_match_ = true; } in set_cannot_match()
426 bool cannot_match_; variable
Djsregexp.cc2728 if (other->cannot_match_) { in Merge()
2731 if (cannot_match_) { in Merge()