michael@0: // |jit-test| error: ReferenceError michael@0: // vim: set ts=8 sts=4 et sw=4 tw=99: michael@0: function f(a, b, c) { michael@0: if (!a.__SSi) { michael@0: throw Components.returnCode = Cr.NS_ERROR_INVALID_ARG; michael@0: } michael@0: this.restoreWindow(a, b, c); michael@0: eval(); michael@0: } michael@0: f(1, 2, 3);