We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba7797 commit 324e046Copy full SHA for 324e046
1 file changed
test/common/globals.js
@@ -64,6 +64,9 @@ const intrinsics = new Set([
64
'Atomics',
65
'WebAssembly',
66
'Iterator',
67
+ 'SuppressedError',
68
+ 'DisposableStack',
69
+ 'AsyncDisposableStack',
70
]);
71
72
if (global.gc) {
0 commit comments