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

Pass a context to napi_finalize #111

Closed
gabrielschulhof opened this issue Feb 22, 2017 · 1 comment
Closed

Pass a context to napi_finalize #111

gabrielschulhof opened this issue Feb 22, 2017 · 1 comment
Assignees

Comments

@gabrielschulhof
Copy link
Collaborator

Let's modify napi_finalize to take a context as its second parameter as suggested in #109 (comment).

@digitalinfinity digitalinfinity self-assigned this Mar 14, 2017
digitalinfinity added a commit that referenced this issue Mar 16, 2017
napi: add finalize hint support

Change napi_finalize_callback to support a hint parameter
APIs that take in a finalize callback now also take a hint
This hint is passed back in when the finalize callback is
called

Fixes: #111 
Reviewed-By: @jasongin @boingoing @mhdawson 
PR-Url: #155
@digitalinfinity
Copy link
Contributor

Fixed in 7597d8e

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

No branches or pull requests

4 participants