tor-browser

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

bug654073.js (222B)


      1 load(libdir + "immutable-prototype.js");
      2 
      3 if (globalPrototypeChainIsMutable()) {
      4  this.__proto__ = null;
      5  Object.prototype.__proto__ = this;
      6 }
      7 
      8 for (var y in Object.prototype)
      9  continue;
     10 for (var x in this)
     11  continue;