-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.
Description
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
.
Line 2776 in 3b4f9b2
napi_status NAPI_CDECL napi_delete_reference(napi_env env, napi_ref ref) { |
Refs:
Metadata
Metadata
Assignees
Labels
node-apiIssues and PRs related to the Node-API.Issues and PRs related to the Node-API.
Type
Projects
Status
Done