Source code

Revision control

Copy as Markdown

Other Tools

function f(o) {
o[{}] = 1;
with(Object) {}
}
f(Object.prototype);