tor-browser

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

bug-1863391-2.js (161B)


      1 // |jit-test| --enable-symbols-as-weakmap-keys; skip-if: helperThreadCount() === 0
      2 evalInWorker(`
      3  a = new WeakMap
      4  b = Symbol.hasInstance;
      5  a.set(b, 2);
      6 `);