{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.slice","Code":"var params = [ \u0022hello\u0022, true, 7,1, 30, 4, 21, 100000,1, 30, 4, 21, 100000,1, 30, 4, 21, 100000,1, 30, 4, 21, 100000 ];\r\nvar other = params.slice();","IsDeferred":false},{"Name":"spread operator","Code":"var params = [ \u0022hello\u0022, true, 7,1, 30, 4, 21, 100000,1, 30, 4, 21, 100000,1, 30, 4, 21, 100000,1, 30, 4, 21, 100000 ];\r\nvar other = [ ...params ]","IsDeferred":false}]}