tor-browser

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

bug1551454.js (144B)


      1 class C {
      2  1 = eval();
      3 }
      4 new C();
      5 
      6 class D {
      7  1.5 = eval();
      8 }
      9 new D();
     10 
     11 if (typeof reportCompare === "function")
     12  reportCompare(true, true);