Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug588363-2.js
1 with(evalcx('')) {
2     delete eval;
3     eval("x", this.__defineGetter__("x", Function));
4 }
5
6 /* Don't assert or crash. */
7