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 0f8588b commit b94726bCopy full SHA for b94726b
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