summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1597970.js
blob: 5b384a399f6816f8e002c8489072b84d7c72b6ab (plain)
1
2
3
4
5
enableShellAllocationMetadataBuilder();
evaluate(`
  gczeal(9,3);
  new FinalizationRegistry(function() {});
`);