function fn(){ alert(Array.prototype.slice.call(arguments)); } setTimeout(fn.bind(null, 'arg1', 'arg2'), 100);