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

  /external/v8/src/runtime/
runtime-regexp.cc 857 int capture_registers = (capture_count + 1) * 2;
858 int32_t* last_match = NewArray<int32_t>(capture_registers);
859 for (int i = 0; i < capture_registers; i++) {
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 5526 Interval capture_registers = body->CaptureRegisters(); local
    [all...]

Completed in 207 milliseconds