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

  /external/v8/src/regexp/
regexp-parser.h 208 static const int kMaxCaptures = 1 << 16;
  /external/v8/test/cctest/
test-regexp.cc 512 const int kMaxCaptures = 1 << 16; // Must match RegExpParser::kMaxCaptures.
515 for (int i = 0; i <= kMaxCaptures; i++) {
    [all...]

Completed in 204 milliseconds