js/src/jit-test/tests/jaeger/bug588363-2.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:221f3270e241
1 with(evalcx('')) {
2 delete eval;
3 eval("x", this.__defineGetter__("x", Function));
4 }
5
6 /* Don't assert or crash. */
7

mercurial