/js/src/jit-test/tests/jaeger/bug600139.js
http://github.com/zpao/v8monkey · JavaScript · 10 lines · 8 code · 0 blank · 2 comment · 1 complexity · d94ded67db0b2a67fc9e886f7e96667f MD5 · raw file
- // |jit-test| error: ReferenceError
- // vim: set ts=4 sw=4 tw=99 et:
- 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);