{"ScriptPreparationCode":"function test() {\r\n ;\r\n}\r\nvar using = (new Array(200)).fill(null).map((e, i) =\u003E (i));","TestCases":[{"Name":"spread","Code":"test(...using);","IsDeferred":false},{"Name":"apply","Code":"test.apply(null, using)","IsDeferred":false}]}