michael@0: // |jit-test| error:TypeError michael@0: michael@0: // Binary: cache/js-dbg-32-89b775191b9d-linux michael@0: // Flags: -j michael@0: // michael@0: x = Proxy.create(function() { michael@0: return { michael@0: get: function() {} michael@0: }; michael@0: } ()); michael@0: for (var a = 0; a < 6; ++a) { michael@0: if (a == 3) { michael@0: x > "" michael@0: } michael@0: }