{"ScriptPreparationCode":null,"TestCases":[{"Name":"Compound let","Code":"for (let a = 0; a \u003C 10000000; a\u002B\u002B) {\r\n a \u002B= 1;\r\n}","IsDeferred":false},{"Name":"Let","Code":"for (let a = 0; a \u003C 10000000; a\u002B\u002B) {\r\n a = a \u002B 1;\r\n}","IsDeferred":false},{"Name":"Compound var","Code":"for (var a = 0; a \u003C 10000000; a\u002B\u002B) {\r\n a \u002B= 1;\r\n}","IsDeferred":false}]}