Home
last modified time | relevance | path

Searched defs:napi_unref_threadsafe_function (Results 1 – 2 of 2) sorted by relevance

/third_party/node/doc/api/
Dn-api.md5773 ### napi_unref_threadsafe_function subsection
5800 [Error handling]: #n_api_error_handling
5806 [Object lifetime management]: #n_api_object_lifetime_management
5807 [Object wrap]: #n_api_object_wrap
5837 [Working with JavaScript properties]: #n_api_working_with_javascript_properties
5844 [`napi_add_async_cleanup_hook`]: #n_api_napi_add_async_cleanup_hook
5845 [`napi_add_env_cleanup_hook`]: #n_api_napi_add_env_cleanup_hook
5846 [`napi_add_finalizer`]: #n_api_napi_add_finalizer
5847 [`napi_async_cleanup_hook`]: #n_api_napi_async_cleanup_hook
5848 [`napi_async_complete_callback`]: #n_api_napi_async_complete_callback
[all …]
/third_party/node/src/
Dnode_api.cc1147 napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func) { in napi_unref_threadsafe_function() function