tor-browser

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

bug-1894442.js (166B)


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