{"ScriptPreparationCode":"function example(...all) {\r\nreturn all.toReversed()\r\n}\r\nlet arr = Array.from({length:1e3},(i,index)=\u003Eindex)","TestCases":[{"Name":"spread call","Code":"for(let i = 300; i--;) console.log(example.call(0,...arr))","IsDeferred":false},{"Name":"apply","Code":"for(let i = 300; i--;) console.log(example.apply(0,arr))","IsDeferred":false}]}