FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

lib/v8 Adding TypedArray to primordials by Sebastien-Ahkrin · Pull Request #30740 · nodejs/node · GitHub

/ node Public

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

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 :)

Copy link
Copy Markdown
Contributor Author

Hello,

I just have a test who fail this test

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

thanks and sorry 😄

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

targos commented Dec 4, 2019

Copy link
Copy Markdown
Member

This uncovered an existing bug.
Blocked by #30792

targos commented Dec 9, 2019

Copy link
Copy Markdown
Member

Refs: #30697

targos removed the blocked PRs that are blocked by other issues or PRs. label Dec 15, 2019

Copy link
Copy Markdown
Collaborator

targos commented Dec 16, 2019

Copy link
Copy Markdown
Member

Landed in 3743fe1...c88ace4

targos 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>
MylesBorins 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>
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>
MylesBorins mentioned this pull request Feb 8, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lib / src Issues 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


Back | FazBrowse Home | New Git URL