{"ScriptPreparationCode":"var endIteration = {};","TestCases":[{"Name":"StandardLoop","Code":"for (var i = 0; i \u003C 10000; i\u002B\u002B) {\r\n\t;\r\n}","IsDeferred":false},{"Name":"TryCatchLoop","Code":"try {\r\n for (var i = 0; i \u003C 10000; i\u002B\u002B) {\r\n ;\r\n }\r\n} catch(e) {\r\n}","IsDeferred":false},{"Name":"TryCatchThrowLoop","Code":"try {\r\n for (var i = 0; ; i\u002B\u002B) {\r\n if (i \u003E= 10000)\r\n\t\t\tthrow endIteration;\r\n }\r\n} catch(e) {\r\n\tif (e != endIteration)\r\n\t\tthrow e;\r\n}","IsDeferred":false}]}