summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1755874.js
blob: b1a1cdfe317ca4663cafbe3b1dbc412ff385469d (plain)
1
2
3
4
fullcompartmentchecks(true);
let a = new FinalizationRegistry(b => {});
let c = newGlobal({newCompartment: true});
a.register(c);