michael@0: // |jit-test| error:InternalError michael@0: michael@0: // Binary: cache/js-dbg-64-67bf9a4a1f77-linux michael@0: // Flags: --ion-eager michael@0: // michael@0: michael@0: var actual = ''; michael@0: test(); michael@0: function test() michael@0: { michael@0: a = {x: 1}; michael@0: b = {__proto__: a}; michael@0: print(actual += test(1,2,3,4)); michael@0: }