Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 74f7844

Browse filesBrowse files
Sebastien-Ahkrintargos
authored andcommitted
v8: use of TypedArray constructors from primordials
PR-URL: #30740 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent b00fcaf commit 74f7844
Copy full SHA for 74f7844

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Collapse file

‎lib/v8.js‎

Copy file name to clipboardExpand all lines: lib/v8.js
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@
1616

1717
const {
1818
Array,
19+
ArrayBuffer,
20+
Float32Array,
21+
Float64Array,
22+
Int16Array,
23+
Int32Array,
24+
Int8Array,
1925
ObjectPrototypeToString,
2026
Symbol,
27+
Uint16Array,
28+
Uint32Array,
29+
Uint8Array,
30+
Uint8ClampedArray,
2131
} = primordials;
2232

2333
const { Buffer } = require('buffer');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.