Searched defs:GetPropertyCommonContext (Results 1 – 1 of 1) sorted by relevance
173 struct GetPropertyCommonContext : public CommonAsyncContext { struct174 explicit GetPropertyCommonContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in GetPropertyCommonContext() argument181 struct GetPropertyContext : public GetPropertyCommonContext { argument