js/src/jit-test/tests/gc/bug-1755257.js
0 → 100644
+1
−0
Loading
Bug 1755257 - Clear the table of cross zone registry counts when clearing the finalization registry record map r=sfink crossZoneCount contains the counts of cross-zone finalization registry records in recordMap. Therefore when we clear recordMap, we should also clear the crossZoneCount map. This happens on shutdown and can cause the assertion to trigger. It does not cause any actual problem. Differential Revision: https://phabricator.services.mozilla.com/D138671