michael@0: // |jit-test| error:ReferenceError michael@0: michael@0: // Binary: cache/js-opt-64-5a04fd69aa09-linux michael@0: // Flags: --ion-eager michael@0: // michael@0: michael@0: function deep1(x) { michael@0: if (0) { } michael@0: else i : dumpStack(); michael@0: } michael@0: for (var i = 0; 1; ++i) michael@0: deep1(i);