summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1770266.js
blob: b417e09d2f0a874ff589fffa013a7a2a91d4d841 (plain)
1
2
new FinalizationRegistry(() => 0).register(newGlobal({newCompartment: true}));
recomputeWrappers();