summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/closures/bug540131.js
blob: 4584ac350a56f84faf23597101233022e1801b39 (plain)
1
2
3
4
5
try {
 (function() {
   { let x = (eval("for(y in[0,0,0,0]){}")); }
 })()
} catch(e) {}