-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Newer API in V8 version 7.6 #131
Comments
to support V8 version 7.6 and newer See issue #131
Hi ! I'm discovering your project (with no prior experience with the v8 engine) and I was making some wrapping when I tested something like this:
That is coming from the documentation: https://github.com/pmed/v8pp/blob/master/docs/wrapping.md The problem is that the Set methods signatures are:
A context is required and I can't achieve to access to the context, and thus give it to v8. Is that a result of the new version of v8 API, or am I missing something ? |
Hi, the documentation seems to be outdated, because of the changes in V8 API. That deprecated method There is at least one context in a V8 Isolate, that could be accessed with a function named literally |
For example for
v8::String::NewFromUtf8()
The text was updated successfully, but these errors were encountered: