{"ScriptPreparationCode":"function test(a , b , c , d , e) { return a \u002B b \u002B c \u002B d \u002B e }\r\nvar using = (new Array(5)).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":"normal","Code":"test(using[0] , using[1] , using[2] , using[3] , using[4])","IsDeferred":false}]}