Searched defs:OnExit (Results 1 – 6 of 6) sorted by relevance
735 struct OnExit in traverseFunctionDefinitionChildren() struct737 const TFunction *&parentFunc; in traverseFunctionDefinitionChildren()738 OnExit(const TFunction *&parentFunc) : parentFunc(parentFunc) {} in traverseFunctionDefinitionChildren() argument739 ~OnExit() { parentFunc = nullptr; } in traverseFunctionDefinitionChildren()
299 static void OnExit(uv_process_t* handle, in OnExit() function in node::__anon6371a35b0111::ProcessWrap
641 void SyncProcessRunner::OnExit(int64_t exit_status, int term_signal) { in OnExit() function in node::SyncProcessRunner
349 void RootWindowManager::OnExit(RootWindow* root_window) { in OnExit() function in client::RootWindowManager
300 void RootWindowViews::OnExit() { in OnExit() function in client::RootWindowViews
3458 void Shell::OnExit(v8::Isolate* isolate, bool dispose) { in OnExit() function in v8::Shell