Searched defs:ScopeGuard (Results 1 – 2 of 2) sorted by relevance
28 ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function
112 explicit ScopeGuard(napi_env env) : env_(env), scope_(nullptr) in ScopeGuard() function