michael@0: // Binary: cache/js-dbg-64-e69034463eeb-linux michael@0: // Flags: -j michael@0: // michael@0: /* vim: set ts=8 sts=4 et sw=4 tw=99: */ michael@0: function f() { michael@0: this.search = function(a, b, c) { michael@0: arguments[3] = { } michael@0: arguments.length = 4; michael@0: for (var i = 0; i < 100; i++) { michael@0: print(arguments[3]); michael@0: } michael@0: } michael@0: } michael@0: var o = new f(); michael@0: o.search({x: -1, y: -1, w: 100600, h: 100600});