Source code
Revision control
Copy as Markdown
Other Tools
// Catch memory leaks when enumerating over the global object.
for (let z = 1; z <= 1600; ++z) {
for (y in this);
}
// Catch memory leaks when enumerating over the global object.
for (let z = 1; z <= 1600; ++z) {
for (y in this);
}