Searched refs:AsyncCleanupHookHandle (Results 1 – 1 of 1) sorted by relevance
249 using AsyncCleanupHookHandle = std::unique_ptr<ACHHandle, DeleteACHHandle>; typedef273 static AsyncCleanupHookHandle AddEnvironmentCleanupHook(napi_env env, AsyncCleanupHook fun, void* a… in AddEnvironmentCleanupHook()284 return AsyncCleanupHookHandle(new ACHHandle { info }); in AddEnvironmentCleanupHook()287 static void RemoveEnvironmentCleanupHook(AsyncCleanupHookHandle handle) in RemoveEnvironmentCleanupHook()320 AsyncCleanupHookHandle handle_;