blob: cf14af148e70dfabb90f5fd216a3ae7e37f03b5a [file] [log] [blame]
// Binary: cache/js-dbg-64-fadb38356e0f-linux
// Flags:
//
function f() {
this.e = function() {};
Object.defineProperty(this, "e", ({
get: eval
}));
}
new f();