We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf2b19 commit ea64716Copy full SHA for ea64716
test/test_with_gc.ts
@@ -14,5 +14,5 @@ def call_the_callback(cb):
14
assertEquals(pyModule.call_the_callback(() => 4).valueOf(), 5);
15
16
// @ts-ignore:requires: --v8-flags=--expose-gc
17
- gc(); // if this is comm
+ gc(); // if this is commented out, the test will fail beacuse the callback was not freed
18
});
0 commit comments