Source code

Revision control

Copy as Markdown

Other Tools

gczeal(7, 6)
a = new WeakSet
for (let i = 0; i < 200000; i++) {
a.add({})
}