Source code

Revision control

Copy as Markdown

Other Tools

newGlobal().eval(`
function f() {
try {
f();
} catch {
Object.keys({});
}
}
f();
`);