We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d9527 commit 5a10d14Copy full SHA for 5a10d14
1 file changed
test/addons-napi/test_reference/test_reference.c
@@ -11,7 +11,7 @@ static napi_value GetFinalizeCount(napi_env env, napi_callback_info info) {
11
return result;
12
}
13
14
-void FinalizeExternal(napi_env env, void* data, void* hint) {
+static void FinalizeExternal(napi_env env, void* data, void* hint) {
15
int *actual_value = data;
16
NAPI_ASSERT_RETURN_VOID(env, actual_value == &test_value,
17
"The correct pointer was passed to the finalizer");
0 commit comments