michael@0: // |jit-test| ion-eager;error:TypeError michael@0: michael@0: function testUKeyUObject(a, key1, key2, key3) { michael@0: assertEq(a[-1](), "hi"); michael@0: } michael@0: for (var i = 0; i < 5; i++) { michael@0: testUKeyUObject({}, "a", "b", "c"); michael@0: }