summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug557070.js
blob: a3e08cc910c1644cf01ab5d03eef8863cbd1b8bf (plain)
1
2
3
4
5
6
// |jit-test| error: InternalError

for (e in (function x() { [eval()].some(x) } ()));

/* Don't crash or assert. */