{"ScriptPreparationCode":null,"TestCases":[{"Name":"array.from","Code":"var fooSet = new Array();\r\nfor (var i = 0; i \u003C 100; i\u002B\u002B) {\r\n fooSet.push(i);\r\n}\r\nvar other = Array.from(fooSet);","IsDeferred":false},{"Name":"array.splice","Code":"var fooSet = new Array();\r\nfor (var i = 0; i \u003C 100; i\u002B\u002B) {\r\n fooSet.push(i);\r\n}\r\nvar other = fooSet.slice();","IsDeferred":false}]}