tor-browser

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

bug-1880870.js (124B)


      1 var x = [];
      2 function f() {
      3  Object.entries(x);
      4  Object.defineProperty(x, "", { enumerable: true, get: f });
      5 }
      6 oomTest(f);