blob: e26ae879139419e7c5190b5ee9c716a337db56a4 [file] [log] [blame]
var window = { 'tests': new Map() };
loadRelativeToScript('pairCyclicWeakMap.js');
var test = window.tests.get('pairCyclicWeakMap');
test.load(1);
for (var i = 0; i < 100; i++) {
test.makeGarbage(2000);
gc();
}
test.unload();
gc();