Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h1036 explicit GuardedAlternative(RegExpNode* node) : node_(node), guards_(NULL) { } in GuardedAlternative()
1040 ZoneList<Guard*>* guards() { return guards_; } in guards()
1044 ZoneList<Guard*>* guards_; variable
Djsregexp.cc1244 if (guards_ == NULL) in AddGuard()
1245 guards_ = new ZoneList<Guard*>(1); in AddGuard()
1246 guards_->Add(guard); in AddGuard()