Lines Matching refs:capture_index
5149 int capture_index = stored_state->capture_index();5158 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index);5159 captures_->at(capture_index - 1) = capture;5166 end_capture_index - capture_index,5167 capture_index);