Searched defs:NapiValues (Results 1 – 4 of 4) sorted by relevance
76 struct NapiValues { struct77 napi_status status;78 napi_value thisVar = nullptr;79 napi_value result = nullptr;80 napi_value* argv = nullptr;81 size_t argc;82 int32_t refCount = 1;83 std::unique_ptr<AuxiliaryPictureNapiAsyncContext> context;
94 struct NapiValues { struct95 napi_status status;96 napi_value thisVar = nullptr;97 napi_value result = nullptr;98 napi_value* argv = nullptr;99 size_t argc;100 int32_t refCount = 1;101 std::unique_ptr<PictureAsyncContext> context;
2641 struct NapiValues { struct2642 napi_status status;2643 napi_value thisVar = nullptr;2644 napi_value result = nullptr;2645 napi_value* argv = nullptr;2646 size_t argc;2647 int32_t refCount = 1;2648 std::unique_ptr<PixelMapAsyncContext> context;
2217 struct NapiValues { struct2218 napi_status status;2219 napi_value thisVar = nullptr;2220 napi_value result = nullptr;2221 napi_value* argv = nullptr;2222 size_t argc;2223 int32_t refCount = 1;2224 std::unique_ptr<PixelMapAsyncContext> context;