comparison: js/src/jit-test/tests/ion/bug799185-3.js
js/src/jit-test/tests/ion/bug799185-3.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 // |jit-test| error: TypeError |
|
2 function processNode(self) { |
|
3 try { |
|
4 if (self) return; |
|
5 undefined.z; |
|
6 } finally { |
|
7 } |
|
8 }; |
|
9 processNode(); |