michael@0: // |jit-test| error: TypeError michael@0: try { michael@0: i michael@0: } michael@0: catch (x if (function() {})()) {} michael@0: catch (d) { michael@0: this.z.z michael@0: }