Lines Matching refs:capture_index
4875 int capture_index = stored_state->capture_index();4884 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index);4885 captures_->at(capture_index - 1) = capture;4893 end_capture_index - capture_index,4894 capture_index);