summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug588363-1.js
blob: 6fca00dd841d7f1c7a377bdb820c442918668951 (plain)
1
2
3
4
5
6
// |jit-test|
({eval} = Object.defineProperty(evalcx("lazy"), "", {}))
eval("eval(/x/)", [])

/* Don't assert or crash. */