michael@0: // |jit-test| error:InternalError michael@0: michael@0: // Binary: cache/js-dbg-32-92fe907ddac8-linux michael@0: // Flags: -m -n michael@0: // michael@0: o = {} michael@0: o.valueOf = function() { michael@0: for (var p in undefined) { michael@0: a = new Function; michael@0: } michael@0: +o; michael@0: }; michael@0: +o;