Skip to content

lib/v8 Adding TypedArray to primordials - #30740

Closed
Sebastien-Ahkrin wants to merge 2 commits into
nodejs:masterfrom
Sebastien-Ahkrin:v8-primordials
Closed

lib/v8 Adding TypedArray to primordials#30740
Sebastien-Ahkrin wants to merge 2 commits into
nodejs:masterfrom
Sebastien-Ahkrin:v8-primordials

Conversation

@Sebastien-Ahkrin

Copy link
Copy Markdown
Contributor

Adding every TypedArray to the Primordials global objects.

And update v8 to ensure the usage of these TypedArray from primordials.

const{
Array,
ArrayBuffer,
Float32Array,
Float64Array,
Int16Array,
Int32Array,
Int8Array,
ObjectPrototypeToString,
Uint16Array,
Uint32Array,
Uint8Array,
Uint8ClampedArray,}=primordials;

Thanks another time @targos
I hope this PR will help you :)

@Sebastien-Ahkrin

Copy link
Copy Markdown
ContributorAuthor

Hello,

I just have a test who fail this test

But i don't know why, someone have an idea ? 😢

thanks and sorry 😄

@tniessentniessen added the lib / src Issues and PRs related to general changes in the lib or src directory. label Dec 4, 2019
@targostargos added the blocked PRs that are blocked by other issues or PRs. label Dec 4, 2019
@targos

Copy link
Copy Markdown
Member

This uncovered an existing bug.
Blocked by #30792

@targos

Copy link
Copy Markdown
Member

Refs: #30697

@targostargos removed the blocked PRs that are blocked by other issues or PRs. label Dec 15, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@targos

Copy link
Copy Markdown
Member

Landed in 3743fe1...c88ace4

@targostargos closed this Dec 16, 2019
targos pushed a commit that referenced this pull request Dec 16, 2019
PR-URL: #30740
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Dec 16, 2019
PR-URL: #30740
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 17, 2019
PR-URL: #30740
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 17, 2019
PR-URL: #30740
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Dec 17, 2019
targos pushed a commit that referenced this pull request Jan 14, 2020
PR-URL: #30740
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Jan 14, 2020
PR-URL: #30740
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targostargos mentioned this pull request Jan 15, 2020
BethGriggs pushed a commit that referenced this pull request Feb 6, 2020
PR-URL: #30740
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BethGriggs pushed a commit that referenced this pull request Feb 6, 2020
PR-URL: #30740
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Feb 8, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lib / srcIssues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Sebastien-Ahkrin@targos@nodejs-github-bot@jasnell@tniessen