Searched defs:node_api_get_module_file_name (Results 1 – 2 of 2) sorted by relevance
5992 ## node_api_get_module_file_name section in Node-API6021 [Error handling]: #n_api_error_handling6027 [Object lifetime management]: #n_api_object_lifetime_management6028 [Object wrap]: #n_api_object_wrap6058 [Working with JavaScript properties]: #n_api_working_with_javascript_properties6066 [`napi_add_async_cleanup_hook`]: #n_api_napi_add_async_cleanup_hook6067 [`napi_add_env_cleanup_hook`]: #n_api_napi_add_env_cleanup_hook6068 [`napi_add_finalizer`]: #n_api_napi_add_finalizer6069 [`napi_async_cleanup_hook`]: #n_api_napi_async_cleanup_hook6070 [`napi_async_complete_callback`]: #n_api_napi_async_complete_callback[all …]
1306 napi_status node_api_get_module_file_name(napi_env env, const char** result) { in node_api_get_module_file_name() function