Source code

Revision control

Copy as Markdown

Other Tools

/*
* Any copyright is dedicated to the Public Domain.
*/
function f()
{
return { *__proto__() {}, __proto__: null };
}
for (var i = 0; i < 2e3; i++)
f();