michael@0: // Binary: cache/js-dbg-32-a9a18824b4c1-linux michael@0: // Flags: --ion-eager michael@0: // michael@0: michael@0: var i = 0; michael@0: michael@0: gczeal(2); michael@0: function test() { michael@0: if (i++ > 2500) michael@0: return "function"; michael@0: var res = typeof (new test("1")) != 'function'; michael@0: return res ? "function" : "string"; michael@0: } michael@0: michael@0: test();