js/src/jit-test/tests/basic/bug601398.js

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:a3bbe29bfae6
1 (function () {
2 try {} finally {
3 let(z) {
4 return;
5 }
6 }
7 })()

mercurial