OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxCaptures
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
parser.h
350
static const int
kMaxCaptures
= 1 << 16;
parser.cc
[
all
...]
/external/v8/test/cctest/
test-regexp.cc
412
const int
kMaxCaptures
= 1 << 16; // Must match RegExpParser::
kMaxCaptures
.
416
for (int i = 0; i <=
kMaxCaptures
; i++) {
[
all
...]
Completed in 36 milliseconds