Closed
Description
- Version: 8.1.3
- Platform: *
- Subsystem: n-api
comes from zzo38 on the Freenode IRC #node-dev channel:
- The documentation for
napi_finalize
does not specify the function signature to use (it can easily be looked up in the .h file, but it should probably be documented there too) - Add a function to retrieve the
napi_finalize
function pointer for anapi_value
if it exists (mainly for the purpose of doing comparison; there is not much point in calling it).