{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread","Code":"const x = [{a:1},{b:1}];\r\nconst y = [{c:3},...x];","IsDeferred":false},{"Name":"push","Code":"const x = [{a:1},{b:1}];\r\nconst y = [{c:3}];\r\ny.push(x[0]);\r\ny.push(x[1]);","IsDeferred":false}]}