tor-browser

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

bug1888346.js (201B)


      1 setJitCompilerOption("ion.frequent-bailout-threshold", 1);
      2 for (let i = 0; i < 49; i++) {
      3  (function () {
      4    let x = new (function () {})();
      5    Object.defineProperty(x, "z", {});
      6    x.z;
      7  })();
      8 }