{"ScriptPreparationCode":"const obj = {length:500}\r\nfunction test(){\r\nreturn 0\r\n}","TestCases":[{"Name":"new Array()","Code":"Array(500).fill(0, 0, 500)","IsDeferred":false},{"Name":"Array.from()","Code":"Array.from(obj, test)","IsDeferred":false}]}