Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h883 explicit GuardedAlternative(RegExpNode* node) : node_(node), guards_(NULL) { } in GuardedAlternative()
887 ZoneList<Guard*>* guards() { return guards_; } in guards()
891 ZoneList<Guard*>* guards_; variable
Djsregexp.cc1444 if (guards_ == NULL) in AddGuard()
1445 guards_ = new(zone) ZoneList<Guard*>(1, zone); in AddGuard()
1446 guards_->Add(guard, zone); in AddGuard()