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.
2 parents 0f8588b + b94726b commit 5897615Copy full SHA for 5897615
include/js_native_api.h
@@ -88,6 +88,8 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
88
const char16_t* str,
89
size_t length,
90
napi_value* result);
91
+
92
93
NAPI_EXTERN napi_status NAPI_CDECL napi_create_symbol(napi_env env,
94
napi_value description,
95
0 commit comments