-
Notifications
You must be signed in to change notification settings - Fork 506
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
ToString/ToObject deprecated? #837
Comments
You are using an outdated version of NAN. |
I still see them: https://github.com/nodejs/nan/blob/master/nan.h#L1067 |
That function is not deprecated. https://github.com/nodejs/node/blob/v11.6.0/deps/v8/include/v8.h#L2521-L2522 |
It is kind of deprecated, now you do it like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the following build error when using Clang 6.0.1
The text was updated successfully, but these errors were encountered: