HomeSort by relevance Sort by last modified time
    Searched full:named_captures_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/regexp/
regexp-parser.cc 28 named_captures_(NULL),
770 if (named_captures_ == nullptr) {
771 named_captures_ = new (zone()) ZoneList<RegExpCapture*>(1, zone());
774 for (const auto& named_capture : *named_captures_) {
786 named_captures_->Add(capture, zone());
826 if (named_captures_ == nullptr) {
838 for (const auto& capture : *named_captures_) {
870 if (named_captures_ == nullptr || named_captures_->is_empty())
875 int len = named_captures_->length() * 2
    [all...]
regexp-parser.h 311 ZoneList<RegExpCapture*>* named_captures_; member in class:v8::internal::BASE_EMBEDDED

Completed in 51 milliseconds