Skip to content
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

Refactored OwnedIsolate construction code in prep for lockers #1442

Merged
merged 2 commits into from
Apr 13, 2024

Conversation

Earthmark
Copy link
Contributor

Pulled the isolate construction changes from the locker API to a separate PR.

This splits annex and scope construction, and disposal, allowing them to be done separately.

This is the pre-work for #1411

}
}

impl OwnedIsolate {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this moved up so destroying an isolate to create a blob was near where isolates are normally destroyed, I can move it back down if wanted though.

Earthmark added a commit to Earthmark/rusty_v8 that referenced this pull request Mar 17, 2024
This should make the git diff automagically update if/when denoland#1442 goes through
@mmastrac mmastrac merged commit cdeba6a into denoland:main Apr 13, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants