{"ScriptPreparationCode":"var a = Array.from({ length: 100000 }, (_, i) =\u003E i);\r\nvar b = new Set(a)","TestCases":[{"Name":"array","Code":"for (const x of a) {}","IsDeferred":false},{"Name":"set","Code":"for (const x of b) {}","IsDeferred":false}]}