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
Since napi_delete_reference does not check that a environment is in GC, the function prototype should accept a node_api_basic_env instead of an napi_env.
Since
napi_delete_referencedoes not check that a environment is in GC, the function prototype should accept anode_api_basic_envinstead of annapi_env.node/src/js_native_api_v8.cc
Line 2776 in 3b4f9b2
Refs: