tor-browser

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

bug953337.js (232B)


      1 setJitCompilerOption("ion.warmup.trigger", 20);
      2 Function.prototype.__proto__ = new Boolean({ get: function() {} }, {});
      3 function g(x, y) {}
      4 function f() {
      5    g.apply(this, arguments);
      6 }
      7 for (var i = 0; i < 130; ++i)
      8    f(i, i*2);