tor-browser

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

bug-1863391-1.js (177B)


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