Home | History | Annotate | Download | only in src

Lines Matching refs:captures_

4752       captures_(NULL),
4885 captures_->at(capture_index - 1) = capture;
4960 if (captures_ == NULL) {
4961 captures_ = new(zone()) ZoneList<RegExpCapture*>(2, zone());
4966 captures_->Add(NULL, zone());
5015 if (captures_ != NULL && index <= captures_->length()) {
5016 capture = captures_->at(index - 1);