Skip to content

Commit 8a258eb

Browse files
targosRafaelGSS
authored andcommitted
test: handle explicit resource management globals
PR-URL: #58070 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 9e0d9b6 commit 8a258eb

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)