1 2 3 4 5 6 7 8 9
// |jit-test| skip-if: !Object.prototype.toSource function f() { var x = arguments; arguments.length = {}; for (var i = 0; i < 9; i++) x.length.toSource(); } f();