Source code

Revision control

Copy as Markdown

Other Tools

function f() {};
function g(o) {
f = new Function("");
eval("");
}
g({});
g({});
f++;