Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h64 : characters_(0), mask_(0), value_(0), cannot_match_(false) {} in QuickCheckDetails()
66 : characters_(characters), mask_(0), value_(0), cannot_match_(false) {} in QuickCheckDetails()
73 bool cannot_match() { return cannot_match_; } in cannot_match()
74 void set_cannot_match() { cannot_match_ = true; } in set_cannot_match()
101 bool cannot_match_; member in v8::internal::QuickCheckDetails
H A Dregexp-compiler.cc1765 if (other->cannot_match_) {
1768 if (cannot_match_) {

Completed in 9 milliseconds