{"ScriptPreparationCode":"var params = [];\r\nfor(let i=0; i\u003C1000; \u002B\u002Bi) {\r\n\tparams.push(i);\r\n}","TestCases":[{"Name":"concat","Code":"var other = params.slice();\r\nother.concat(params);","IsDeferred":false},{"Name":"push spread","Code":"var other = params.slice();\r\nother.push(...params);","IsDeferred":false},{"Name":"push apply","Code":"var other = params.slice();\r\nother.push.apply(other, params);","IsDeferred":false}]}