tor-browser

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

mixed_methods.js (122B)


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