michael@0: // |jit-test| error:TypeError michael@0: michael@0: // Binary: cache/js-dbg-32-805fd625e65f-linux michael@0: // Flags: -j michael@0: // michael@0: x = Proxy.create((function () { michael@0: return { michael@0: get: function () {} michael@0: } michael@0: }()), Object.e) michael@0: Function("\ michael@0: for(var a = 0; a < 2; ++a) {\ michael@0: if (a == 0) {}\ michael@0: else {\ michael@0: x > x\ michael@0: }\ michael@0: }\ michael@0: ")()