michael@0: // |jit-test| error: TypeError michael@0: function processNode(self) { michael@0: try { michael@0: if (self) return; michael@0: undefined.z; michael@0: } finally { michael@0: } michael@0: }; michael@0: processNode();