Source code

Revision control

Copy as Markdown

Other Tools

const arr = new Int32Array(1 << 26);
try {
for (const key in arr) {
}
} catch {}