Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/
Djsregexp.h864 explicit GuardedAlternative(RegExpNode* node) : node_(node), guards_(NULL) { } in GuardedAlternative()
868 ZoneList<Guard*>* guards() { return guards_; } in guards()
872 ZoneList<Guard*>* guards_; variable
Djsregexp.cc1139 if (guards_ == NULL) in AddGuard()
1140 guards_ = new ZoneList<Guard*>(1); in AddGuard()
1141 guards_->Add(guard); in AddGuard()