Searched defs:node_api_get_module_file_name (Results 1 – 2 of 2) sorted by relevance
5965 ## node_api_get_module_file_name section in Node-API5994 [Error handling]: #n_api_error_handling6000 [Object lifetime management]: #n_api_object_lifetime_management6001 [Object wrap]: #n_api_object_wrap6031 [Working with JavaScript properties]: #n_api_working_with_javascript_properties6039 [`napi_add_async_cleanup_hook`]: #n_api_napi_add_async_cleanup_hook6040 [`napi_add_env_cleanup_hook`]: #n_api_napi_add_env_cleanup_hook6041 [`napi_add_finalizer`]: #n_api_napi_add_finalizer6042 [`napi_async_cleanup_hook`]: #n_api_napi_async_cleanup_hook6043 [`napi_async_complete_callback`]: #n_api_napi_async_complete_callback[all …]
1302 napi_status node_api_get_module_file_name(napi_env env, const char** result) { in node_api_get_module_file_name() function