michael@0: // |jit-test| error: ReferenceError michael@0: for (var c in foo) michael@0: try { michael@0: throw new Error(); michael@0: } catch (e) {}