summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1644985-2.js
blob: fbb00b59de40bc6f162d1e188faf4c0c3267f254 (plain)
1
2
3
4
let fr = new FinalizationRegistry(x => 1);
fr.register(evalcx('({})', newGlobal({newCompartment: true})));
nukeAllCCWs();
gc();