1 2 3 4 5 6 7
function f() { var x = arguments; arguments.length = {}; for (var i = 0; i < 9; i++) x.length.toSource(); } f();