Searched defs:UpdateAsyncContext (Results 1 – 3 of 3) sorted by relevance
36 explicit UpdateAsyncContext(napi_env env) : AsyncContext(env) {}; in UpdateAsyncContext() function
37 using UpdateAsyncContext = UpdateAsyncContextT *; variable
48 using UpdateAsyncContext = UpdateAsyncContextT *; typedef