tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

try-catch-5.js (100B)


      1 function x() {
      2    try {
      3 do {
      4     var { q , gen } = t;
      5 } while(false);
      6    } catch (e) {}
      7 }
      8 x();