michael@0: // |jit-test| error:InternalError michael@0: michael@0: Object.defineProperty(this, "t2", { michael@0: get: function() { michael@0: for (p in h2) { michael@0: t2 michael@0: } michael@0: } michael@0: }) michael@0: h2 = {} michael@0: h2.a = function() {} michael@0: Object(t2)