tor-browser

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

bug-1884746.js (137B)


      1 var x = newGlobal().Int8Array;
      2 for (let i = 0; i < 2; i++) {
      3  function f() {}
      4  oomTest(function() {
      5    new x().__proto__ = f;
      6  });
      7 }