Home | Sort by relevance Sort by last modified time |
/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...] |