Searched refs:captures_ (Results 1 – 2 of 2) sorted by relevance
346 int captures_started() { return captures_ == NULL ? 0 : captures_->length(); } in captures_started()406 ZoneList<RegExpCapture*>* captures_; variable
4208 captures_(NULL), in RegExpParser()4339 captures_->at(capture_index - 1) = capture; in ParseDisjunction()4412 if (captures_ == NULL) { in ParseDisjunction()4413 captures_ = new ZoneList<RegExpCapture*>(2); in ParseDisjunction()4418 captures_->Add(NULL); in ParseDisjunction()4467 if (captures_ != NULL && index <= captures_->length()) { in ParseDisjunction()4468 capture = captures_->at(index - 1); in ParseDisjunction()