tor-browser

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

bug729899-2.js (167B)


      1 load(libdir + "immutable-prototype.js");
      2 
      3 function f2() {
      4    if (globalPrototypeChainIsMutable())
      5        __proto__ = null;
      6 }
      7 
      8 for (var j = 0; j < 50; j++)
      9    f2();