Searched refs:capture_index (Results 1 – 6 of 6) sorted by relevance
364 int capture_index() { return disjunction_capture_index_; } in capture_index() function
4875 int capture_index = stored_state->capture_index(); in ParseDisjunction() local4884 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index); in ParseDisjunction()4885 captures_->at(capture_index - 1) = capture; in ParseDisjunction()4893 end_capture_index - capture_index, in ParseDisjunction()4894 capture_index); in ParseDisjunction()
3484 static inline ReplacementPart SubjectCapture(int capture_index) { in SubjectCapture()3485 return ReplacementPart(SUBJECT_CAPTURE, capture_index); in SubjectCapture()
386 int capture_index() { return disjunction_capture_index_; } in capture_index() function
5149 int capture_index = stored_state->capture_index(); in ParseDisjunction() local5158 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index); in ParseDisjunction()5159 captures_->at(capture_index - 1) = capture; in ParseDisjunction()5166 end_capture_index - capture_index, in ParseDisjunction()5167 capture_index); in ParseDisjunction()
2558 static inline ReplacementPart SubjectCapture(int capture_index) { in SubjectCapture()2559 return ReplacementPart(SUBJECT_CAPTURE, capture_index); in SubjectCapture()