1 2 3 4 5 6 7
new FinalizationRegistry(a => {}); b = newGlobal({newCompartment: true}); b.eval(` c = {}; d = new WeakRef(c); `); nukeCCW(b.d);