Uh oh!
There was an error while loading. Please reload this page.
src: initialize privateSymbols for per_context - #57479
Conversation
nodejs-github-bot
commented
Mar 15, 2025
Review requested:
|
4044d5d to
4c9445fCompare4c9445f to
f4643b9CompareCodecov 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:
|
nodejs-github-bot
commented
Mar 16, 2025
nodejs-github-bot
commented
Mar 17, 2025
Uh oh!
There was an error while loading. Please reload this page.
f4643b9 to
0b6c017Compare0b6c017 to
22cdadeCompareUh oh!
There was an error while loading. Please reload this page.
22cdade to
e518bf4CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Apr 6, 2025
Landed in 79eddc6 |
PR-URL: #57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
aduh95
commented
May 6, 2025
This doesn't build on v22.x-staging, could you open a backport PR or add the
dont-land-on-v22.x |
jazelly
commented
May 7, 2025
blocked by the backport of #57519, but I don't see this should not land on v22.x, so I'll wait. |
aduh95
commented
May 7, 2025
If you'd like to open a backport PR that includes both PRs, that'd be awesome – otherwise it might never happen |
PR-URL: nodejs#57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #57479 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
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