You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
napi_create_external_arraybuffer and napi_create_external_buffer has a parameter napi_finalize, which may imply it would result in a finalizer creation.
Since napi_add_finalizer could be mixed with napi_wrap, there are no statements on if it is feasible that napi_wrap could be mixed with napi_create_external_arraybuffer and napi_create_external_buffer.
The text was updated successfully, but these errors were encountered:
All these APIs have napi_finalize parameter but they don't behave
exactly the same.
Fixes: #29750
PR-URL: #29797
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
napi_create_external_arraybuffer
andnapi_create_external_buffer
has a parameternapi_finalize
, which may imply it would result in a finalizer creation.Since
napi_add_finalizer
could be mixed withnapi_wrap
, there are no statements on if it is feasible thatnapi_wrap
could be mixed withnapi_create_external_arraybuffer
andnapi_create_external_buffer
.The text was updated successfully, but these errors were encountered: