{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.push","Code":"let a = []\r\na.push(1)","IsDeferred":false},{"Name":"Spread","Code":"let a = []\r\na = [...a, 1]","IsDeferred":false}]}