Home | History | Annotate | Download | only in src

Lines Matching refs:guards_

981   explicit GuardedAlternative(RegExpNode* node) : node_(node), guards_(NULL) { }
985 ZoneList<Guard*>* guards() { return guards_; }
989 ZoneList<Guard*>* guards_;