tor-browser

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

bug1875795.js (154B)


      1 // |jit-test| --fast-warmup; --no-threads; skip-if: !('oomTest' in this)
      2 oomTest(function() {
      3  var o = {};
      4  for (var p in this) {
      5    o[p] = 1;
      6  }
      7 });