HomeSort by relevance Sort by last modified time
    Searched refs:capture_register_count (Results 1 - 3 of 3) sorted by null

  /external/v8/src/regexp/
regexp-ast.h 474 int capture_register_count = 0, int capture_register_start = 0);
jsregexp.cc 633 int capture_register_count = (capture_count + 1) * 2; local
634 EnsureSize(last_match_info, capture_register_count + kLastMatchOverhead);
638 for (int i = 0; i < capture_register_count; i += 2) {
643 SetLastCaptureCount(array, capture_register_count);
    [all...]
jsregexp.h 59 int capture_register_count);
    [all...]

Completed in 252 milliseconds