bug1841082.js (156B)
1 class C { 2 constructor(n) { 3 b(n); 4 super[1]; 5 } 6 } 7 function b(n) { 8 if (n > 0) { 9 new C(n-1); 10 } 11 } 12 for (var i = 0; i < 1000; i++) { 13 b(10); 14 }
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |