-
Notifications
You must be signed in to change notification settings - Fork 316
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
Rolling to V8 9.7.106.2 #827
Conversation
Actually, was super trivial. False alarm. |
src/binding.cc
Outdated
const v8::Value* v8__Symbol__Description(v8::Isolate* isolate, | ||
const v8::Symbol& self) { | ||
return local_to_ptr(ptr_to_local(&self)->Description(isolate)); |
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.
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
Actually not as simple as it looks (all new code for me). Tests don't pass locally now :/ |
9a0f889
to
edbe367
Compare
Nvm, by local build was just broken. Wiped my target dir and rebuilt, and now it is all working fine :-) |
No description provided.