summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug573433.js
blob: aa39022bb74aa47686cc21a2fdafe384a7b9e5a9 (plain)
1
2
3
4
5
6
7
// |jit-test| error: TypeError
function f() {
  eval("(function() \n{\nfor(x in[])\n{}\n})");
  ("")()
}
f()