Home | History | Annotate | Download | only in ast

Lines Matching refs:ForOfStatement

49   V(ForOfStatement)
784 class ForOfStatement final : public ForEachStatement {
829 ForOfStatement(ZoneList<const AstRawString*>* labels, int pos)
3198 return new (zone_) ForOfStatement(labels, pos);
3205 ForOfStatement* NewForOfStatement(ZoneList<const AstRawString*>* labels,
3207 return new (zone_) ForOfStatement(labels, pos);