test: handle explicit resource management globals
PR-URL: https://github.com/nodejs/node/pull/58070 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
71fdc590b1
commit
e61a0cea04
@ -64,6 +64,9 @@ const intrinsics = new Set([
|
||||
'Atomics',
|
||||
'WebAssembly',
|
||||
'Iterator',
|
||||
'SuppressedError',
|
||||
'DisposableStack',
|
||||
'AsyncDisposableStack',
|
||||
]);
|
||||
|
||||
if (global.gc) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user