{"ScriptPreparationCode":"var range = new Array(1000000).fill(0)","TestCases":[{"Name":"For of","Code":"for (const item of range) {\r\n void 0;\r\n}","IsDeferred":false},{"Name":"For","Code":"for (let i = 0; i \u003C 1000000; i\u002B\u002B) {\r\n void 0; \r\n}","IsDeferred":false}]}