mirror of https://github.com/nodejs/node.git
test: handle explicit resource management globals
parent
4d13a5f20f
commit
00d9f24530
|
@ -64,6 +64,9 @@ const intrinsics = new Set([
|
|||
'Atomics',
|
||||
'WebAssembly',
|
||||
'Iterator',
|
||||
'SuppressedError',
|
||||
'DisposableStack',
|
||||
'AsyncDisposableStack',
|
||||
]);
|
||||
|
||||
if (global.gc) {
|
||||
|
|
Loading…
Reference in New Issue