michael@0: // |jit-test| error:Error michael@0: michael@0: // Binary: cache/js-dbg-64-63bff373cb94-linux michael@0: // Flags: -m -n -a michael@0: // michael@0: michael@0: function f(a, b, c) { michael@0: arguments[('4294967295')] = 2; michael@0: } michael@0: assertEq(f(1), "1234");