[v24.x] deps: V8: cherry-pick 3d750c2aa9ef#58750
Closed
targos wants to merge 1 commit intonodejs:v24.x-stagingfrom
Closed
[v24.x] deps: V8: cherry-pick 3d750c2aa9ef#58750targos wants to merge 1 commit intonodejs:v24.x-stagingfrom
targos wants to merge 1 commit intonodejs:v24.x-stagingfrom
Conversation
Collaborator
|
Review requested:
|
richardlau
approved these changes
Jun 18, 2025
Collaborator
Collaborator
Collaborator
Collaborator
Collaborator
Member
Author
|
Too old CI to be resumed. |
Collaborator
Collaborator
Collaborator
Collaborator
Member
Author
|
Had to rebase and update the embedder string. |
Collaborator
Collaborator
Collaborator
Collaborator
Collaborator
Member
|
Needs another rebase! |
Original commit message:
[explicit-resource-management] Fix disposal for context variable
This CL adds disposable variable when `using` or `await_using` is
referenced by the closure.
Bug: 409478039
Change-Id: I162915ea53f5b9f17892fa88d288a94bd50cc46f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6444591
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Rezvan Mahdavi Hezaveh <rezvan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#99746}
Refs: v8/v8@3d750c2
Member
Author
|
Rebased. |
targos
commented
Jul 17, 2025
| # Reset this number to 0 on major V8 upgrades. | ||
| # Increment by one for each non-official patch applied to deps/v8. | ||
| 'v8_embedder_string': '-node.17', | ||
| 'v8_embedder_string': '-node.21', |
Member
Author
There was a problem hiding this comment.
This is to correct the number after 573171d was cherry-picked incorrectly.
Contributor
Failed to start CI⚠ Commits were pushed since the last approving review: ⚠ - deps: V8: cherry-pick 3d750c2aa9ef ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/16389468074 |
richardlau
approved these changes
Jul 19, 2025
Collaborator
Collaborator
Collaborator
Collaborator
Member
Author
|
Landed in 2a5f35b |
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.
Original commit message:
Refs: v8/v8@3d750c2
Closes: #58744