Searched defs:removeExitHook (Results 1 – 3 of 3) sorted by relevance
108 const removeExitHook = installExitHooks((signal) => { constant
8 let removeExitHook: (() => void) | null = null; variable
19 removeExitHook: () => void = () => {}; property in ADBServer