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 6bc42e2 commit d461da4Copy full SHA for d461da4
test/node-api/test_buffer/test.js
@@ -29,7 +29,7 @@ const tick = require('util').promisify(require('../../common/tick'));
29
// Caveat emptor: it's indeterminate when the SharedArrayBuffer's backing
30
// store is reclaimed; at least some of the time it happens even before
31
// calling gc().
32
- let sab = binding.newExternalSharedArrayBuffer();
+ let sab = binding.newExternalSharedArrayBuffer(); // eslint-disable-line no-unused-vars
33
sab = null;
34
global.gc();
35
await tick(10);
0 commit comments