tor-browser

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

bug568786.js (180B)


      1 // Binary: cache/js-dbg-64-fadb38356e0f-linux
      2 // Flags:
      3 //
      4 function f() {
      5    this.e = function() {};
      6    Object.defineProperty(this, "e", ({
      7        get: eval
      8    }));
      9 }
     10 new f();