comparison: js/src/jit-test/tests/ion/bug799185-3.js
js/src/jit-test/tests/ion/bug799185-3.js
- changeset 0
- 6474c204b198
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(); |