comparison: js/src/jit-test/tests/jaeger/bug600139.js
js/src/jit-test/tests/jaeger/bug600139.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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); |