Home
last modified time | relevance | path

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

/third_party/node/doc/api/
Dn-api.md5965 ## node_api_get_module_file_name section in Node-API
5994 [Error handling]: #n_api_error_handling
6000 [Object lifetime management]: #n_api_object_lifetime_management
6001 [Object wrap]: #n_api_object_wrap
6031 [Working with JavaScript properties]: #n_api_working_with_javascript_properties
6039 [`napi_add_async_cleanup_hook`]: #n_api_napi_add_async_cleanup_hook
6040 [`napi_add_env_cleanup_hook`]: #n_api_napi_add_env_cleanup_hook
6041 [`napi_add_finalizer`]: #n_api_napi_add_finalizer
6042 [`napi_async_cleanup_hook`]: #n_api_napi_async_cleanup_hook
6043 [`napi_async_complete_callback`]: #n_api_napi_async_complete_callback
[all …]
/third_party/node/src/
Dnode_api.cc1302 napi_status node_api_get_module_file_name(napi_env env, const char** result) { in node_api_get_module_file_name() function