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

/external/chromium_org/v8/src/
H A Dparser.cc5115 int capture_index = stored_state->capture_index(); local
5124 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index);
5125 captures_->at(capture_index - 1) = capture;
5133 end_capture_index - capture_index,
5134 capture_index);
H A Dparser.h381 int capture_index() { return disjunction_capture_index_; } function in class:v8::internal::BASE_EMBEDDED::RegExpParserState
H A Druntime.cc3376 static inline ReplacementPart SubjectCapture(int capture_index) { argument
3377 return ReplacementPart(SUBJECT_CAPTURE, capture_index);
/external/v8/src/
H A Dparser.cc5149 int capture_index = stored_state->capture_index(); local
5158 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index);
5159 captures_->at(capture_index - 1) = capture;
5166 end_capture_index - capture_index,
5167 capture_index);
H A Dparser.h386 int capture_index() { return disjunction_capture_index_; } function in class:v8::internal::RegExpParser::RegExpParserState
H A Druntime.cc2558 static inline ReplacementPart SubjectCapture(int capture_index) { argument
2559 return ReplacementPart(SUBJECT_CAPTURE, capture_index);

Completed in 175 milliseconds