tor-browser

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

oomInWeakMap.js (102B)


      1 oomTest(function () {
      2    eval(`var wm = new WeakMap();
      3         wm.set({}, 'FOO').get(false);`);
      4 });