test: handle explicit resource management globals

pull/22768/head
Michaël Zasso 2024-12-21 09:25:55 +01:00
parent 4d13a5f20f
commit 00d9f24530
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ const intrinsics = new Set([
'Atomics',
'WebAssembly',
'Iterator',
'SuppressedError',
'DisposableStack',
'AsyncDisposableStack',
]);
if (global.gc) {