Home
last modified time | relevance | path

Searched refs:guards_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Djsregexp.h909 : node_(node), guards_(nullptr) {} in GuardedAlternative()
913 ZoneList<Guard*>* guards() { return guards_; } in guards()
917 ZoneList<Guard*>* guards_; variable
Djsregexp.cc1425 if (guards_ == nullptr) guards_ = new (zone) ZoneList<Guard*>(1, zone); in AddGuard()
1426 guards_->Add(guard, zone); in AddGuard()