There was an error while loading. Please reload this page.
1 parent 521458a commit b00fcafCopy full SHA for b00fcaf
1 file changed
lib/internal/per_context/primordials.js
@@ -104,17 +104,28 @@ primordials.SafePromise = makeSafe(
104
'Array',
105
'ArrayBuffer',
106
'BigInt',
107
+'BigInt64Array',
108
+'BigUint64Array',
109
'Boolean',
110
'Date',
111
'Error',
112
+'Float32Array',
113
+'Float64Array',
114
'Function',
115
+'Int16Array',
116
+'Int32Array',
117
+'Int8Array',
118
'Map',
119
'Number',
120
'Object',
121
'RegExp',
122
'Set',
123
'String',
124
'Symbol',
125
+'Uint16Array',
126
+'Uint32Array',
127
+'Uint8Array',
128
+'Uint8ClampedArray',
129
'WeakMap',
130
'WeakSet',
131
].forEach((name)=>{
0 commit comments