{"ScriptPreparationCode":"var typedArr = new Uint8Array(128);\r\nvar unTypedArr = new Array(128);","TestCases":[{"Name":"typed loop","Code":"typedArr.forEach(function(s) {\r\n let something = s;\r\n});","IsDeferred":false},{"Name":"unTyped loop","Code":"unTypedArr.forEach(function(s) {\r\n let something = s;\r\n});","IsDeferred":false}]}