{"ScriptPreparationCode":"function test() { console.log(arguments[arguments.length - 1]); }\r\nvar using = (new Array(6)).fill(null).map((e, i) =\u003E (i));","TestCases":[{"Name":"spread","Code":"test(...using);","IsDeferred":false},{"Name":"apply","Code":"test.apply(null, using)","IsDeferred":false},{"Name":"apply undefined","Code":"test.apply(undefined, using)","IsDeferred":false}]}