summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/proxy/bug1853103.js
blob: 63a31aaa97c95c3cd4ee324faa4da5cf7882ee08 (plain)
1
2
3
4
5
6
let { object, transplant } = transplantableObject();
transplant(newGlobal({newCompartment: true}));
nukeAllCCWs()
try {
  transplant(this)
} catch {}