Source code

Revision control

Copy as Markdown

Other Tools

test();
function test() {
function f() {
function test( ) { summary( summary, test, false ); }
}
f.__proto__ = this;
}
gc();
test();