{"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 1000000; 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 var t = performance.now()\r\n console.log(\u0027start\u0027);\r\n\r\n for (var i=0; i\u003C 1000000; i\u002B\u002B) {\r\n x = x \u002B Math.random();\r\n }\r\n console.log(\u0027finish: \u0027 \u002B (performance.now() - t));\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 1000000; i\u002B\u002B) {\r\n x = x \u002B Math.random();\r\n }\r\n }\r\n nested();\r\n})();","IsDeferred":false}]}