-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
src: fix usage of deprecated V8 API #60174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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://ci.nodejs.org/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
GetContinuationPreservedEmbedderData
andSetContinuationPreservedEmbedderData
for their "V2" variants.Refs: v8/v8@da41db3