-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
src: ensure v8::Eternal
is empty before setting it
#59825
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
V8 does not check this for us, but this is a requirement of the API.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #59825 +/- ##
==========================================
+ Coverage 88.26% 88.28% +0.01%
==========================================
Files 701 701
Lines 206784 206784
Branches 39762 39765 +3
==========================================
+ Hits 182528 182559 +31
+ Misses 16304 16243 -61
- Partials 7952 7982 +30
🚀 New features to boost your workflow:
|
Landed in 220baad |
@addaleax what's the difference between v8::Global and v8::Eternal? if you don't mind me asking... |
V8 does not check this for us, but this is a requirement of the API. PR-URL: #59825 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
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.
thanks
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.
thank you sir
V8 does not check this for us, but this is a requirement of the API.