5 <title>Test FinalizationRegistry cleanupSome method is not exposed by default
</title>
6 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
7 <script type=
"application/javascript">
8 let registry = new FinalizationRegistry(x =
> 1);
9 is(registry.cleanupSome, undefined,
10 "The cleanupSome method should not be exposed by default");