src: fix usage of deprecated V8 API#60174
Conversation
Namely `GetContinuationPreservedEmbedderData` and `SetContinuationPreservedEmbedderData` for their "V2" variants. Refs: v8/v8@da41db3
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60174 +/- ##
==========================================
- Coverage 88.54% 88.54% -0.01%
==========================================
Files 704 704
Lines 208083 208083
Branches 40011 40010 -1
==========================================
- Hits 184257 184246 -11
- Misses 15847 15860 +13
+ Partials 7979 7977 -2
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
macOS failed on https://un5nebugbq7m6fnmhkae4.julianrbryant.com/job/node-test-commit-osx/67253/nodes=macos15-x64/testReport/junit/(root)/parallel/test_without_async_context_frame/, so I'm not very confident with this now. |
FWIW that test has been flaky across 19 PRs: https://github.com/nodejs/reliability/blob/main/reports/2025-10-10.md#jstest-failure |
This comment was marked as outdated.
This comment was marked as outdated.
|
Landed in 367bcce |
Namely
GetContinuationPreservedEmbedderDataandSetContinuationPreservedEmbedderDatafor their "V2" variants.Refs: v8/v8@da41db3