Skip to content

Commit

Permalink
test: handle explicit resource management globals
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and nodejs-github-bot committed Dec 23, 2024
1 parent 06930b8 commit 46dbdcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/common/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ const intrinsics = new Set([
'Atomics',
'WebAssembly',
'Iterator',
'SuppressedError',
'DisposableStack',
'AsyncDisposableStack',
]);

if (global.gc) {
Expand Down

0 comments on commit 46dbdcb

Please sign in to comment.