Uh oh!
There was an error while loading. Please reload this page.
src: consolidate environment cleanup queue - #44379
Closed
legendecas wants to merge 1 commit into
Closed
Conversation
Collaborator
Review requested:
|
legendecasforce-pushed
the
shadow-realm/cleanup-callbacks
branch
from
August 24, 2022 18:02
885ed6c to
d0e5fe4Comparelegendecasforce-pushed
the
shadow-realm/cleanup-callbacks
branch
from
August 28, 2022 17:26
d0e5fe4 to
b712fb6Comparenodejs-github-bot
commented
Aug 29, 2022
Collaborator
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
30 tasks
legendecasforce-pushed
the
shadow-realm/cleanup-callbacks
branch
from
August 31, 2022 16:30
b712fb6 to
0e48bdfCompare
This was referenced Sep 1, 2022
nodejs-github-bot
commented
Sep 2, 2022
Collaborator
This was referenced Sep 3, 2022
nodejs-github-bot
commented
Sep 5, 2022
Collaborator
Uh oh!
There was an error while loading. Please reload this page.
Each Realm tracks its own cleanup hooks and drains the hooks when it is going to be destroyed. Moves the implementations of the cleanup queue to its own class so that it can be used in `node::Realm` too.
legendecasforce-pushed
the
shadow-realm/cleanup-callbacks
branch
from
September 5, 2022 16:06
0e48bdf to
60e285aCompare17 tasks
nodejs-github-bot
commented
Sep 6, 2022
Collaborator
joyeecheung
approved these changes
Sep 6, 2022
15 tasks
legendecas
commented
Sep 7, 2022
MemberAuthor
Landed in 0b5b5ed. Thank you for the review! |
12 tasks
Merged
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 freeto 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.
Each Realm tracks its own cleanup hooks and drains the hooks when it is
going to be destroyed.
Moves the implementations of the cleanup queue to its own class so that
it can be used in
node::Realmtoo.Refs: #44348
Refs: #42528