Searched defs:NapiValues (Results 1 – 1 of 1) sorted by relevance
1825 struct NapiValues { struct1826 napi_status status;1827 napi_value thisVar = nullptr;1828 napi_value result = nullptr;1829 napi_value* argv = nullptr;1830 size_t argc;1831 int32_t refCount = 1;1832 std::unique_ptr<PixelMapAsyncContext> context;