bug600139.js (244B)
1 // |jit-test| error: ReferenceError 2 // vim: set ts=8 sts=4 et sw=4 tw=99: 3 function f(a, b, c) { 4 if (!a.__SSi) { 5 throw Components.returnCode = Cr.NS_ERROR_INVALID_ARG; 6 } 7 this.restoreWindow(a, b, c); 8 eval(); 9 } 10 f(1, 2, 3);