{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread operator","Code":"var params = [ \u0022hello\u0022, true, 7 ]\r\nvar other = [...params]\r\nfor (let i = 0; i \u003C 100; i\u002B\u002B) {\r\n\tother = [ ...other, \u0027new\u0027 ]\r\n}","IsDeferred":false},{"Name":"Push","Code":"var params = [ \u0022hello\u0022, true, 7 ];\r\nfor (let i = 0; i \u003C 100; i\u002B\u002B) {\r\n\tparams.push(\u0027new\u0027);\r\n}","IsDeferred":false}]}