summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug684084-2.js
blob: 34ddae320a668a83a707997973518232a15e212a (plain)
1
2
3
4
5
6
7
8
function Function() {
    try {
    var g = this;
    g.c("evil", eval);
    } catch(b) {}
}
var o0 = Function.prototype;
var f = new Function( (null ) );