Searched defs:ForInStatement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.h71 V(ForInStatement) \
918 class ForInStatement FINAL : public ForEachStatement,
921 DECLARE_NODE_TYPE(ForInStatement)
946 ForInStatement(Zone* zone, ZoneList<const AstRawString*>* labels, int pos, function in class:v8::internal::FINAL
3172 ForInStatement* stmt =
3173 new (zone_) ForInStatement(zone_, labels, pos, id_gen_);
3174 VISIT_AND_RETURN(ForInStatement, stmt);

Completed in 258 milliseconds