{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread","Code":"const params = new Array(10000);\r\nconst other = [...params, 123];","IsDeferred":false},{"Name":"push","Code":"const params = new Array(10000);\r\nconst other = params.push(123);","IsDeferred":false}]}