We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a finalize callback was associated with the wrapping, it will no longer be called when the JavaScript object becomes garbage-collected.
this is the bit from the Node-API docs that is not being handled correctly, from napi_remove_wrap (https://nodejs.org/api/n-api.html#napi_remove_wrap)
The text was updated successfully, but these errors were encountered:
This is the case in JSC but we should check Chakra also. It should not be an issue for V8.
Sorry, something went wrong.
bghgary
No branches or pull requests
If a finalize callback was associated with the wrapping, it will no longer be called when the JavaScript object becomes garbage-collected.
this is the bit from the Node-API docs that is not being handled correctly, from napi_remove_wrap (https://nodejs.org/api/n-api.html#napi_remove_wrap)
The text was updated successfully, but these errors were encountered: