Source code

Revision control

Copy as Markdown

Other Tools

function f() {
return __proto__
}
f();
f();
assertEq(!!f(), true);