{"ScriptPreparationCode":"var last = 100000;","TestCases":[{"Name":"Uint32","Code":"for (let i; i \u003C last; i\u002B\u002B) {\r\n\tconst x = new ArrayBuffer(4);\r\n const y = new Uint32Array(x);\r\n y[0] = 16777215;\r\n}","IsDeferred":false},{"Name":"Normal","Code":"for (let i; i \u003C last; i\u002B\u002B) {\r\n\tvar y = 16777215;\r\n}","IsDeferred":false},{"Name":"Uint32Array","Code":"const x = new ArrayBuffer(4 * last);\r\nconst y = new Uint32Array(x);\r\nlast = y.length;\r\nfor (let i; i \u003C last; i\u002B\u002B) {\r\n y[0] = 16777215;\r\n}","IsDeferred":false}]}