tor-browser

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

bug-1886940-2.js (133B)


      1 oomTest(function () {
      2  (function () {
      3    var x = [disassemble, new Int8Array(2 ** 8 + 1)];
      4    x.shift().apply([], x);
      5  })();
      6 });