summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug568786.js
blob: cf14af148e70dfabb90f5fd216a3ae7e37f03b5a (plain)
1
2
3
4
5
6
7
8
9
10
// Binary: cache/js-dbg-64-fadb38356e0f-linux
// Flags:
//
function f() {
    this.e = function() {};
    Object.defineProperty(this, "e", ({
        get: eval
    }));
}
new f();