Searched refs:capture_index (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.cc4196 int capture_index = stored_state->capture_index(); local
4205 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index);
4206 captures_->at(capture_index - 1) = capture;
4214 end_capture_index - capture_index,
4215 capture_index);
H A Dparser.h299 int capture_index() { return disjunction_capture_index_; } function in class:v8::internal::BASE_EMBEDDED::RegExpParserState
H A Druntime.cc3442 static inline ReplacementPart SubjectCapture(int capture_index) { argument
3443 return ReplacementPart(SUBJECT_CAPTURE, capture_index);

Completed in 108 milliseconds