try-catch-7.js (205B)
1 // The second for-loop is only reachable via the catch block, which Ion 2 // does not compile. 3 for (;;) { 4 try { 5 throw 3; 6 } catch(e) { 7 break; 8 } 9 } 10 for (var i = 0; i < 1500; i++) {}
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |