comparison: js/src/jit-test/tests/baseline/bug843811-2.js
js/src/jit-test/tests/baseline/bug843811-2.js
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 // |jit-test| error: uncaught exception: |
|
2 eval("\ |
|
3 try {\ |
|
4 throw\"\"\ |
|
5 } catch (\ |
|
6 x if (function(){\ |
|
7 x\ |
|
8 })()\ |
|
9 ) {}\ |
|
10 ") |