tor-browser

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

bug639128.js (103B)


      1 function f(o) { 
      2    Object.seal(o); 
      3 }
      4 gc();
      5 if(2 != 2) {
      6    g = new f(g);
      7 }
      8 with({}) {
      9    f({});
     10 }