{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread","Code":"const a = Array.from({length : 50000})\r\n\r\nconst b = [...a]","IsDeferred":false},{"Name":"Slice","Code":"const a = Array.from({length : 50000})\r\n\r\nconst c = a.slice()","IsDeferred":false}]}