ladybird/Userland/Libraries/LibJS/Tests/builtins/WeakMap
davidot 43b17f27a3 test-js: Add a mark_as_garbage method to force GC to collect that object
This should fix the flaky tests of test-js.
It also fixes the tests when running with the -g flag since the values
will not be garbage collected too soon.
2021-09-08 08:53:02 +01:00
..
WeakMap.js
WeakMap.prototype.delete.js
WeakMap.prototype.get.js
WeakMap.prototype.has.js
WeakMap.prototype.set.js