Home
last modified time | relevance | path

Searched refs:capture_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dparser.cc669 int capture_index() { return disjunction_capture_index_; } in capture_index() function in v8::internal::RegExpParser::RegExpParserState
4303 int capture_index = stored_state->capture_index(); in ParseDisjunction() local
4312 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()
Druntime.cc1664 static inline ReplacementPart SubjectCapture(int capture_index) { in SubjectCapture()
1665 return ReplacementPart(SUBJECT_CAPTURE, capture_index); in SubjectCapture()