tor-browser

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

bug-1103386.js (352B)


      1 load(libdir + "immutable-prototype.js");
      2 
      3 // Random chosen test: js/src/jit-test/tests/auto-regress/bug700295.js
      4 if (globalPrototypeChainIsMutable()) {
      5  __proto__ = null;
      6  Object.prototype.__proto__ = this;
      7 }
      8 
      9 // Random chosen test: js/src/jit-test/tests/debug/Memory-takeCensus-05.js
     10 Debugger(newGlobal({newCompartment: true})).memory.takeCensus();