blob: 45ce0856a31b9ab9be10cbef7cf0146a301add90 [file] [log] [blame]
function f() {
return f;
}
f.__proto__ = null;
gc();
f();
new f();