Home
last modified time | relevance | path

Searched refs:captures_started (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Dparser.h328 int captures_started() { return captures_ == NULL ? 0 : captures_->length(); } in captures_started() function
Dparser.cc4873 int end_capture_index = captures_started(); in ParseDisjunction()
4963 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()
4970 captures_started(), zone()); in ParseDisjunction()
5194 int capture_count = captures_started(); in ScanForCaptures()
5246 if (value > captures_started()) { in ParseBackReferenceIndex()
5654 int capture_count = parser.captures_started(); in ParseRegExp()
/external/v8/src/
Dparser.h351 int captures_started() { return captures_ == NULL ? 0 : captures_->length(); } in captures_started() function
Dparser.cc5147 int end_capture_index = captures_started(); in ParseDisjunction()
5236 if (captures_started() >= kMaxCaptures) { in ParseDisjunction()
5244 captures_started()); in ParseDisjunction()
5468 int capture_count = captures_started(); in ScanForCaptures()
5520 if (value > captures_started()) { in ParseBackReferenceIndex()
5969 int capture_count = parser.captures_started(); in ParseRegExp()