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 9312f9a commit 44a6e24Copy full SHA for 44a6e24
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