Home | History | Annotate | Download | only in regexp

Lines Matching full:capture_index

172         int capture_index = state->capture_index();
177 RegExpCapture* capture = GetCapture(capture_index);
185 body, is_positive, end_capture_index - capture_index,
186 capture_index, state->lookaround_type());
633 if (index == s->capture_index()) return true;
635 if (index > s->capture_index()) return false;