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;
2578 struct NapiValues { struct2579 napi_status status;2580 napi_value thisVar = nullptr;2581 napi_value result = nullptr;2582 napi_value* argv = nullptr;2583 size_t argc;2584 int32_t refCount = 1;2585 std::unique_ptr<PixelMapAsyncContext> context;
2196 struct NapiValues { struct2197 napi_status status;2198 napi_value thisVar = nullptr;2199 napi_value result = nullptr;2200 napi_value* argv = nullptr;2201 size_t argc;2202 int32_t refCount = 1;2203 std::unique_ptr<PixelMapAsyncContext> context;