tor-browser

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

basic.js (101B)


      1 class C {
      2    x;
      3    y = 2;
      4 }
      5 
      6 if (typeof reportCompare === "function")
      7  reportCompare(true, true);