tor-browser

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

bug1500255.js (255B)


      1 setJitCompilerOption("offthread-compilation.enable", 0);
      2 setJitCompilerOption("baseline.warmup.trigger", 0);
      3 setJitCompilerOption("ion.warmup.trigger", 0);
      4 
      5 foo();
      6 
      7 function foo() {
      8    Array.prototype.__proto__ = null;
      9    Array.prototype[1] = 'bar';
     10 }