-
Notifications
You must be signed in to change notification settings - Fork 131
refactor(BREAKING): updates for scope rework #1204
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1204 +/- ##
==========================================
- Coverage 81.43% 79.62% -1.82%
==========================================
Files 97 100 +3
Lines 23877 25791 +1914
==========================================
+ Hits 19445 20535 +1090
- Misses 4432 5256 +824 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
let main_realm = { | ||
v8::scope_with_context!(context_scope, &mut isolate, &main_context); | ||
let scope = context_scope; | ||
let context = v8::Local::new(scope, &main_context); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooof, unlucky that it needs to be run in a block, this diff is huge...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.