Searched refs:capture_index (Results 1 – 2 of 2) sorted by relevance
669 int capture_index() { return disjunction_capture_index_; } in capture_index() function in v8::internal::RegExpParser::RegExpParserState4303 int capture_index = stored_state->capture_index(); in ParseDisjunction() local4312 RegExpCapture* capture = new RegExpCapture(body, capture_index); in ParseDisjunction()4313 captures_->at(capture_index - 1) = capture; in ParseDisjunction()4320 end_capture_index - capture_index, in ParseDisjunction()4321 capture_index); in ParseDisjunction()
1664 static inline ReplacementPart SubjectCapture(int capture_index) { in SubjectCapture()1665 return ReplacementPart(SUBJECT_CAPTURE, capture_index); in SubjectCapture()