{"ScriptPreparationCode":"var foo = [];\r\nfor(var i=0;i\u003C1000;i\u002B\u002B) {\r\n foo.push(i);\r\n}","TestCases":[{"Name":"Array.from","Code":"const other = Array.from(foo);","IsDeferred":false},{"Name":"Spread","Code":"const other = [...foo];","IsDeferred":false}]}