{"ScriptPreparationCode":"var x = Math.random();","TestCases":[{"Name":"floor","Code":"for (var i = 0; i \u003C 1000; i\u002B\u002B) {\r\n Math.floor(x)\r\n}","IsDeferred":false},{"Name":"toFixed","Code":"for (var i = 0; i \u003C 1000; i\u002B\u002B) {\r\n x.toFixed();\r\n}","IsDeferred":false}]}