michael@0: michael@0: function test() { michael@0: try { michael@0: for (var i = 0 in this) throw p; michael@0: } catch (e) { michael@0: if (i !== 94) michael@0: return "what"; michael@0: } michael@0: } michael@0: test();