Home
last modified time | relevance | path

Searched refs:napi_add_env_cleanup_hook (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/node-api/test_cleanup_hook/
Dbinding.c13 napi_add_env_cleanup_hook(env, cleanup, &wrong_secret); in Init()
14 napi_add_env_cleanup_hook(env, cleanup, &secret); in Init()
/third_party/node/src/
Dnode_api.h193 NAPI_EXTERN napi_status napi_add_env_cleanup_hook(napi_env env,
Dnode_api.cc642 napi_status napi_add_env_cleanup_hook(napi_env env, in napi_add_env_cleanup_hook() function
/third_party/ejdb/src/bindings/ejdb2_node/
Dnode_api.h193 NAPI_EXTERN napi_status napi_add_env_cleanup_hook(napi_env env,
/third_party/node/doc/api/
Dn-api.md618 delivered through the callbacks given to [`napi_add_env_cleanup_hook`][] and
1672 #### napi_add_env_cleanup_hook subsubsection
1679 NODE_EXTERN napi_status napi_add_env_cleanup_hook(napi_env env,
1718 with `napi_add_env_cleanup_hook`, otherwise the process will abort.
1750 Unlike [`napi_add_env_cleanup_hook`][], the hook is allowed to be asynchronous.
1752 Otherwise, behavior generally matches that of [`napi_add_env_cleanup_hook`][].
6040 [`napi_add_env_cleanup_hook`]: #n_api_napi_add_env_cleanup_hook