Skip to content
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

v12 deprecations #20

Closed
wants to merge 1 commit into from
Closed

v12 deprecations #20

wants to merge 1 commit into from

Conversation

nodech
Copy link
Member

@nodech nodech commented May 1, 2019

I was testing locally and replaced:
obj->Set(..) with Nan::Set(obj, )
and
obj->Get(..) with Nan::Get(obj, ..).ToLocalChecked()

I don't think we were doing error checking before, so ToLocalChecked should behave the same way.
Unless we want to add checks (and related macros).

@nodech
Copy link
Member Author

nodech commented May 1, 2019

Related: #18

@chjj
Copy link
Member

chjj commented May 1, 2019

Didn't see this. Fix already pushed. My bad.

@chjj chjj closed this May 1, 2019
@nodech nodech deleted the nan-set-get branch June 17, 2022 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants