We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f27551 commit d9f17b6Copy full SHA for d9f17b6
test/es-module/test-vm-contextified-script-leak.js
@@ -13,4 +13,4 @@ async function createContextifyScript() {
13
async importModuleDynamically() {},
14
});
15
}
16
-checkIfCollectable(createContextifyScript, 2048);
+checkIfCollectable(createContextifyScript, 2048, 512);
0 commit comments