Source code

Revision control

Copy as Markdown

Other Tools

function f() {
return f;
}
f.__proto__ = null;
gc();
f();
new f();