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