bug-1263881-3.js (136B)
1 let s = "function foo() {\n"; 2 let max = 65536; 3 for (let i = 0; i < max; i++) 4 s += "let ns" + i + " = "+ i +";\n"; 5 s += "};"; 6 eval(s);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |