tor-browser

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

getgname-uninitialized-let.js (107B)


      1 for (var i = 0; i < 12; i++) {
      2    try {
      3        // GetGName
      4        void x;
      5    } catch (e) { }
      6 }
      7 
      8 let x;