summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug588363-2.js
blob: 5550be3ea8d364b2cf01c2781b5ea1d9e3a475b4 (plain)
1
2
3
4
5
6
7
with(evalcx('')) {
    delete eval;
    eval("x", this.__defineGetter__("x", Function));
}

/* Don't assert or crash. */