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.md5992 ## node_api_get_module_file_name section in Node-API
6021 [Error handling]: #n_api_error_handling
6027 [Object lifetime management]: #n_api_object_lifetime_management
6028 [Object wrap]: #n_api_object_wrap
6058 [Working with JavaScript properties]: #n_api_working_with_javascript_properties
6066 [`napi_add_async_cleanup_hook`]: #n_api_napi_add_async_cleanup_hook
6067 [`napi_add_env_cleanup_hook`]: #n_api_napi_add_env_cleanup_hook
6068 [`napi_add_finalizer`]: #n_api_napi_add_finalizer
6069 [`napi_async_cleanup_hook`]: #n_api_napi_async_cleanup_hook
6070 [`napi_async_complete_callback`]: #n_api_napi_async_complete_callback
[all …]
/third_party/node/src/
Dnode_api.cc1306 napi_status node_api_get_module_file_name(napi_env env, const char** result) { in node_api_get_module_file_name() function