Home | History | Annotate | Download | only in src

Lines Matching defs:guards_

1036   explicit GuardedAlternative(RegExpNode* node) : node_(node), guards_(NULL) { }
1040 ZoneList<Guard*>* guards() { return guards_; }
1044 ZoneList<Guard*>* guards_;