Home | History | Annotate | Download | only in src

Lines Matching refs:ForInStatement

71   V(ForInStatement)                             \
918 class ForInStatement FINAL : public ForEachStatement,
921 DECLARE_NODE_TYPE(ForInStatement)
946 ForInStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos,
3172 ForInStatement* stmt =
3173 new (zone_) ForInStatement(zone_, labels, pos, id_gen_);
3174 VISIT_AND_RETURN(ForInStatement, stmt);