summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1648901.js
blob: 13e48950687f572c8c6702001bdd686b48e0da36 (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: !('gczeal' in this)

gczeal(15);
enableShellAllocationMetadataBuilder();
var registry = new FinalizationRegistry(x => 0);
gczeal(9, 3);
registry.register({}, 1, {});