{"ScriptPreparationCode":null,"TestCases":[{"Name":"1","Code":"var test = function test() {\r\n var x = 0;\r\n var nested= function() {\r\n for (var i=0; i\u003C 10000000; i\u002B\u002B) {\r\n x = x \u002B Math.random();\r\n }\r\n }\r\n nested();\r\n};\r\ntest();","IsDeferred":false},{"Name":"2","Code":"(function () {\r\n var x = 0;\r\n var nested= function() {\r\n for (var i=0; i\u003C 10000000; i\u002B\u002B) {\r\n x = x \u002B Math.random();\r\n }\r\n }\r\n nested();\r\n})();","IsDeferred":false},{"Name":"3","Code":"(function test() {\r\n var x = 0;\r\n var nested= function() {\r\n for (var i=0; i\u003C 10000000; i\u002B\u002B) {\r\n x = x \u002B Math.random();\r\n }\r\n }\r\n nested();\r\n})();","IsDeferred":false}]}