Searched defs:NapiValues (Results 1 – 1 of 1) sorted by relevance
1438 struct NapiValues { struct1439 napi_status status;1440 napi_value thisVar = nullptr;1441 napi_value result = nullptr;1442 napi_value* argv = nullptr;1443 size_t argc;1444 int32_t refCount = 1;1445 std::unique_ptr<PixelMapAsyncContext> context;