{"ScriptPreparationCode":null,"TestCases":[{"Name":"class","Code":"class Test {\r\n constructor(x) {\r\n this.x = x;\r\n }\r\n add() {\r\n return (Math.pow(this.x, 10) \u002B Math.exp(this.x) \u002B Math.sin(this.x) - Math.cos(this.x));\r\n }\r\n}\r\nfor (var i = 0; i \u003C 100; i\u002B\u002B) {\r\n new Test(34235345345342342323423422334423).add();\r\n}","IsDeferred":false},{"Name":"function","Code":"function add(x) {\r\n return (Math.pow(x, 10) \u002B Math.exp(x) \u002B Math.sin(x) - Math.cos(x));\r\n}\r\nfor (var i = 0; i \u003C 100; i\u002B\u002B) {\r\n add(34235345345342342323423422334423);\r\n}","IsDeferred":false}]}