Skip to content

Commit 46dbdcb

Browse files
targosnodejs-github-bot
authored andcommitted
test: handle explicit resource management globals
1 parent 06930b8 commit 46dbdcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/common/globals.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ const intrinsics = new Set([
6464
'Atomics',
6565
'WebAssembly',
6666
'Iterator',
67+
'SuppressedError',
68+
'DisposableStack',
69+
'AsyncDisposableStack',
6770
]);
6871

6972
if (global.gc) {

0 commit comments

Comments
 (0)