src: initialize privateSymbols for per_context#57479
Merged
nodejs-github-bot merged 4 commits intonodejs:mainfrom Apr 6, 2025
Merged
src: initialize privateSymbols for per_context#57479nodejs-github-bot merged 4 commits intonodejs:mainfrom
nodejs-github-bot merged 4 commits intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
4044d5d to
4c9445f
Compare
4c9445f to
f4643b9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57479 +/- ##
=======================================
Coverage 90.23% 90.23%
=======================================
Files 630 630
Lines 185129 185077 -52
Branches 36234 36222 -12
=======================================
- Hits 167049 167008 -41
- Misses 11037 11039 +2
+ Partials 7043 7030 -13
🚀 New features to boost your workflow:
|
Collaborator
Collaborator
legendecas
reviewed
Mar 17, 2025
f4643b9 to
0b6c017
Compare
0b6c017 to
22cdade
Compare
legendecas
reviewed
Mar 25, 2025
22cdade to
e518bf4
Compare
legendecas
reviewed
Mar 25, 2025
Collaborator
|
Landed in 79eddc6 |
JonasBa
pushed a commit
to JonasBa/node
that referenced
this pull request
Apr 11, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
May 1, 2025
PR-URL: #57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
RafaelGSS
pushed a commit
that referenced
this pull request
May 2, 2025
PR-URL: #57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Contributor
|
This doesn't build on v22.x-staging, could you open a backport PR or add the
dont-land-on-v22.x
|
Member
Author
|
blocked by the backport of #57519, but I don't see this should not land on v22.x, so I'll wait. |
Contributor
|
If you'd like to open a backport PR that includes both PRs, that'd be awesome – otherwise it might never happen |
jazelly
added a commit
to jazelly/node
that referenced
this pull request
May 7, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
jazelly
added a commit
to jazelly/node
that referenced
this pull request
May 10, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
jazelly
added a commit
to jazelly/node
that referenced
this pull request
May 16, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
jazelly
added a commit
to jazelly/node
that referenced
this pull request
May 17, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
jazelly
added a commit
to jazelly/node
that referenced
this pull request
May 17, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
aduh95
pushed a commit
to jazelly/node
that referenced
this pull request
May 17, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
aduh95
pushed a commit
to jazelly/node
that referenced
this pull request
May 17, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
aduh95
pushed a commit
to jazelly/node
that referenced
this pull request
May 17, 2025
PR-URL: nodejs#57479 Backport-PR-URL: nodejs#58217 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
aduh95
pushed a commit
to jazelly/node
that referenced
this pull request
May 18, 2025
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 19, 2025
PR-URL: #57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
aduh95
pushed a commit
that referenced
this pull request
May 19, 2025
PR-URL: #57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In some cases,
per_contextfiles need to access privateSymbols. This commit letsGetPerContextExportsto be able to pass downIsolateDatatoInitializePrimordials, so it can compileper_contextfiles withprivateSymbolsfromIsolateData.With this change we can access
privateSymbolsinper_context/domexception.jslike