summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1671125.js
blob: 74944ea35049adbc7fa1d8a5ce516b113c4ec7d4 (plain)
1
2
3
4
5
// |jit-test| skip-if: helperThreadCount() === 0
verifyprebarriers()
evalInWorker(`
  Object.defineProperty(this, "x", {});
`);