tor-browser

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

bug1555979.js (118B)


      1 (function() {
      2    "use asm";
      3    function f() {
      4        class X {
      5            constructor() {};
      6        }
      7    }
      8 })();