summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1894442.js
blob: 93bedb74debb97d29b8cb3eb96ef86c541652d9a (plain)
1
2
3
4
5
6
// |jit-test| --enable-symbols-as-weakmap-keys; skip-if: helperThreadCount() === 0 || getBuildConfiguration("release_or_beta")
evalInWorker(`
  a = new WeakSet
  a.add(Symbol.hasInstance)
  gczeal(14)(0 .b)
`)