-
Notifications
You must be signed in to change notification settings - Fork 504
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
Add convenience getter for Local from Persistent #492
base: main
Are you sure you want to change the base?
Conversation
Pretty big set of changes, I won't have time to review and am probably not the best for this one anyway, maybe @bnoordhuis or @agnat if they have time. Missing docs though, is it just |
Just Get, the rest is private, so no point in documenting anything else, since it is not accessible. There were many changes, since I redid the newer implementation not to inherit from v8::PeristentBase<> but to compose it. On October 12, 2015 2:05:26 PM GMT+03:00, Rod Vagg [email protected] wrote:
|
I wonder if we can simply add |
Yes, that would work, but I wanted to try and redo the implementation to make On Monday 12 October 2015 04:36:52 Chris Brody wrote:
|
Sounds reasonable to me. There is an assumption that the user would never need access to the |
That assumption is already there for versions less than 0.12, this makes it On Monday 12 October 2015 04:50:21 Chris Brody wrote:
|
4d6b8c7
to
78fa1c4
Compare
This is found in newer versions of V8. Needs checking that no leaks were introduced.