| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -104,17 +104,28 @@ primordials.SafePromise = makeSafe( | |||
| 104 | 104 | 'Array', | |
| 105 | 105 | 'ArrayBuffer', | |
| 106 | 106 | 'BigInt', | |
| 107 | + 'BigInt64Array', | ||
| 108 | + 'BigUint64Array', | ||
| 107 | 109 | 'Boolean', | |
| 108 | 110 | 'Date', | |
| 109 | 111 | 'Error', | |
| 112 | + 'Float32Array', | ||
| 113 | + 'Float64Array', | ||
| 110 | 114 | 'Function', | |
| 115 | + 'Int16Array', | ||
| 116 | + 'Int32Array', | ||
| 117 | + 'Int8Array', | ||
| 111 | 118 | 'Map', | |
| 112 | 119 | 'Number', | |
| 113 | 120 | 'Object', | |
| 114 | 121 | 'RegExp', | |
| 115 | 122 | 'Set', | |
| 116 | 123 | 'String', | |
| 117 | 124 | 'Symbol', | |
| 125 | + 'Uint16Array', | ||
| 126 | + 'Uint32Array', | ||
| 127 | + 'Uint8Array', | ||
| 128 | + 'Uint8ClampedArray', | ||
| 118 | 129 | 'WeakMap', | |
| 119 | 130 | 'WeakSet', | |
| 120 | 131 | ].forEach((name) => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments