Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h876 explicit GuardedAlternative(RegExpNode* node) : node_(node), guards_(NULL) { } in GuardedAlternative()
880 ZoneList<Guard*>* guards() { return guards_; } in guards()
884 ZoneList<Guard*>* guards_; variable
Djsregexp.cc1484 if (guards_ == NULL) in AddGuard()
1485 guards_ = new(zone) ZoneList<Guard*>(1, zone); in AddGuard()
1486 guards_->Add(guard, zone); in AddGuard()