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

Upgrade to rusty_v8 0.7.0 #6801

Merged
merged 1 commit into from
Jul 19, 2020
Merged

Upgrade to rusty_v8 0.7.0 #6801

merged 1 commit into from
Jul 19, 2020

Conversation

piscisaureus
Copy link
Member

No description provided.

let context = core_state
.global_context
.as_ref()
.map(|context| v8::Local::new(scope, context))
Copy link
Member Author

Choose a reason for hiding this comment

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

I see that in some cases it's a bit unpractical that Global::get() now deferences the handle rather than creating a new Local (which is what it used to do). I could add a method like Global::to_local() to get some of that convenience back.

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

LGTM

@piscisaureus piscisaureus merged commit faa64ed into denoland:master Jul 19, 2020
@piscisaureus piscisaureus deleted the upg branch July 19, 2020 01:55
andreubotella added a commit to andreubotella/deno that referenced this pull request Mar 22, 2022
This note about how `v8::SnapshotCreator::create_blob` must not be
called from a `HandleScope` stopped being relevant in denoland#6801, and was
now attached to code that had nothing to do with `HandleScope`s.
bartlomieju pushed a commit that referenced this pull request Mar 22, 2022
This note about how `v8::SnapshotCreator::create_blob` must not be
called from a `HandleScope` stopped being relevant in #6801, and was
now attached to code that had nothing to do with `HandleScope`s.
kitsonk pushed a commit to kitsonk/deno that referenced this pull request Mar 23, 2022
This note about how `v8::SnapshotCreator::create_blob` must not be
called from a `HandleScope` stopped being relevant in denoland#6801, and was
now attached to code that had nothing to do with `HandleScope`s.
kitsonk pushed a commit that referenced this pull request Mar 24, 2022
This note about how `v8::SnapshotCreator::create_blob` must not be
called from a `HandleScope` stopped being relevant in #6801, and was
now attached to code that had nothing to do with `HandleScope`s.
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