File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ napi_create_reference(napi_env env,
348
348
349
349
// Deletes a reference. The referenced value is released, and may
350
350
// be GC'd unless there are other references to it.
351
- NAPI_EXTERN napi_status NAPI_CDECL napi_delete_reference (napi_env env ,
351
+ NAPI_EXTERN napi_status NAPI_CDECL napi_delete_reference (node_api_basic_env env ,
352
352
napi_ref ref );
353
353
354
354
// Increments the reference count, optionally returning the resulting count.
@@ -470,6 +470,7 @@ napi_get_dataview_info(napi_env env,
470
470
napi_value * arraybuffer ,
471
471
size_t * byte_offset );
472
472
473
+
473
474
// version management
474
475
NAPI_EXTERN napi_status NAPI_CDECL napi_get_version (node_api_basic_env env ,
475
476
uint32_t * result );
You can’t perform that action at this time.
0 commit comments