Searched defs:capture_register_count (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.cc667 int capture_register_count = (capture_count + 1) * 2; local
669 capture_register_count + kLastMatchOverhead);
673 for (int i = 0; i < capture_register_count; i += 2) {
678 SetLastCaptureCount(array, capture_register_count);

Completed in 44 milliseconds