tor-browser

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

bug2007770.js (144B)


      1 oomTest(function () {
      2  Object.defineProperty([], 1, { function() {} });
      3  for (var i of "month") {};
      4  Object.defineProperty([], "", {});
      5 });