@succinctlabs/react-native-zcam1 0.2.5 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +144 -10
  2. package/Zcam1Sdk.podspec +1 -4
  3. package/cpp/generated/zcam1_c2pa_utils.cpp +2910 -3365
  4. package/cpp/generated/zcam1_c2pa_utils.hpp +130 -352
  5. package/cpp/generated/zcam1_certs_utils.cpp +1266 -1064
  6. package/cpp/generated/zcam1_certs_utils.hpp +37 -57
  7. package/cpp/generated/zcam1_verify_utils.cpp +1307 -1120
  8. package/cpp/generated/zcam1_verify_utils.hpp +39 -64
  9. package/cpp/proving/generated/zcam1_proving_utils.cpp +2619 -2917
  10. package/cpp/proving/generated/zcam1_proving_utils.hpp +102 -260
  11. package/ios/Zcam1Camera.swift +140 -53
  12. package/ios/Zcam1CameraFilmStyle.swift +106 -0
  13. package/lib/module/camera.js +2 -11
  14. package/lib/module/camera.js.map +1 -1
  15. package/lib/module/capture.js +2 -2
  16. package/lib/module/capture.js.map +1 -1
  17. package/lib/module/common.js +1 -1
  18. package/lib/module/common.js.map +1 -1
  19. package/lib/module/index.js +1 -1
  20. package/lib/module/index.js.map +1 -1
  21. package/lib/module/picker.js +2 -1
  22. package/lib/module/picker.js.map +1 -1
  23. package/lib/module/proving/prove.js +4 -4
  24. package/lib/module/proving/prove.js.map +1 -1
  25. package/lib/module/utils.js +7 -0
  26. package/lib/module/utils.js.map +1 -1
  27. package/lib/typescript/src/camera.d.ts.map +1 -1
  28. package/lib/typescript/src/index.d.ts +1 -1
  29. package/lib/typescript/src/index.d.ts.map +1 -1
  30. package/lib/typescript/src/picker.d.ts.map +1 -1
  31. package/lib/typescript/src/proving/prove.d.ts +1 -1
  32. package/lib/typescript/src/proving/prove.d.ts.map +1 -1
  33. package/lib/typescript/src/utils.d.ts +4 -0
  34. package/lib/typescript/src/utils.d.ts.map +1 -1
  35. package/package.json +2 -2
  36. package/src/camera.tsx +2 -13
  37. package/src/capture.tsx +2 -2
  38. package/src/common.tsx +1 -1
  39. package/src/index.ts +1 -1
  40. package/src/picker.tsx +2 -1
  41. package/src/proving/prove.tsx +5 -5
  42. package/src/utils.ts +7 -0
@@ -1,367 +1,145 @@
1
- // This file was autogenerated by some hot garbage in the
2
- // `uniffi-bindgen-react-native` crate. Trust me, you don't want to mess with
3
- // it!
1
+ // This file was autogenerated by some hot garbage in the `uniffi-bindgen-react-native` crate.
2
+ // Trust me, you don't want to mess with it!
4
3
  #pragma once
5
- #include "UniffiCallInvoker.h"
6
- #include <ReactCommon/CallInvoker.h>
7
- #include <iostream>
8
4
  #include <jsi/jsi.h>
5
+ #include <iostream>
9
6
  #include <map>
10
7
  #include <memory>
8
+ #include <ReactCommon/CallInvoker.h>
9
+ #include "UniffiCallInvoker.h"
11
10
 
12
11
  namespace react = facebook::react;
13
12
  namespace jsi = facebook::jsi;
14
13
 
15
14
  class NativeZcam1C2paUtils : public jsi::HostObject {
16
- private:
17
- // For calling back into JS from Rust.
18
- std::shared_ptr<uniffi_runtime::UniffiCallInvoker> callInvoker;
15
+ private:
16
+ // For calling back into JS from Rust.
17
+ std::shared_ptr<uniffi_runtime::UniffiCallInvoker> callInvoker;
19
18
 
20
- protected:
21
- std::map<std::string, jsi::Value> props;
22
- jsi::Value cpp_uniffi_internal_fn_func_ffi__string_to_byte_length(
23
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
24
- size_t count);
25
- jsi::Value cpp_uniffi_internal_fn_func_ffi__string_to_arraybuffer(
26
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
27
- size_t count);
28
- jsi::Value cpp_uniffi_internal_fn_func_ffi__arraybuffer_to_string(
29
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
30
- size_t count);
31
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_clone_manifest(
32
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
33
- size_t count);
34
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_free_manifest(
35
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
36
- size_t count);
37
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifest_bindings(
38
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
39
- size_t count);
40
- jsi::Value
41
- cpp_uniffi_zcam1_c2pa_utils_fn_method_manifest_capture_metadata_action(
42
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
43
- size_t count);
44
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifest_proof(
45
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
46
- size_t count);
47
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_clone_manifesteditor(
48
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
49
- size_t count);
50
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_free_manifesteditor(
51
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
52
- size_t count);
53
- jsi::Value
54
- cpp_uniffi_zcam1_c2pa_utils_fn_constructor_manifesteditor_from_manifest(
55
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
56
- size_t count);
57
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_constructor_manifesteditor_new(
58
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
59
- size_t count);
60
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_add_assertion(
61
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
62
- size_t count);
63
- jsi::Value
64
- cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_add_photo_metadata_action(
65
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
66
- size_t count);
67
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_add_title(
68
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
69
- size_t count);
70
- jsi::Value
71
- cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_add_video_metadata_action(
72
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
73
- size_t count);
74
- jsi::Value
75
- cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_embed_manifest_to_file(
76
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
77
- size_t count);
78
- jsi::Value
79
- cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_remove_assertion(
80
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
81
- size_t count);
82
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_clone_manifeststore(
83
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
84
- size_t count);
85
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_free_manifeststore(
86
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
87
- size_t count);
88
- jsi::Value
89
- cpp_uniffi_zcam1_c2pa_utils_fn_method_manifeststore_active_manifest(
90
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
91
- size_t count);
92
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_authenticity_status(
93
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
94
- size_t count);
95
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_compute_hash(
96
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
97
- size_t count);
98
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_compute_hash_from_buffer(
99
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
100
- size_t count);
101
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_extract_manifest(
102
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
103
- size_t count);
104
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_format_from_path(
105
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
106
- size_t count);
107
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_u8(
108
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
109
- size_t count);
110
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_u8(
111
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
112
- size_t count);
113
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_u8(
114
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
115
- size_t count);
116
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_u8(
117
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
118
- size_t count);
119
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_i8(
120
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
121
- size_t count);
122
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_i8(
123
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
124
- size_t count);
125
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_i8(
126
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
127
- size_t count);
128
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_i8(
129
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
130
- size_t count);
131
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_u16(
132
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
133
- size_t count);
134
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_u16(
135
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
136
- size_t count);
137
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_u16(
138
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
139
- size_t count);
140
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_u16(
141
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
142
- size_t count);
143
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_i16(
144
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
145
- size_t count);
146
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_i16(
147
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
148
- size_t count);
149
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_i16(
150
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
151
- size_t count);
152
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_i16(
153
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
154
- size_t count);
155
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_u32(
156
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
157
- size_t count);
158
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_u32(
159
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
160
- size_t count);
161
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_u32(
162
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
163
- size_t count);
164
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_u32(
165
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
166
- size_t count);
167
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_i32(
168
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
169
- size_t count);
170
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_i32(
171
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
172
- size_t count);
173
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_i32(
174
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
175
- size_t count);
176
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_i32(
177
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
178
- size_t count);
179
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_u64(
180
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
181
- size_t count);
182
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_u64(
183
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
184
- size_t count);
185
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_u64(
186
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
187
- size_t count);
188
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_u64(
189
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
190
- size_t count);
191
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_i64(
192
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
193
- size_t count);
194
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_i64(
195
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
196
- size_t count);
197
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_i64(
198
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
199
- size_t count);
200
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_i64(
201
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
202
- size_t count);
203
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_f32(
204
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
205
- size_t count);
206
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_f32(
207
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
208
- size_t count);
209
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_f32(
210
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
211
- size_t count);
212
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_f32(
213
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
214
- size_t count);
215
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_f64(
216
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
217
- size_t count);
218
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_f64(
219
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
220
- size_t count);
221
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_f64(
222
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
223
- size_t count);
224
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_f64(
225
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
226
- size_t count);
227
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_pointer(
228
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
229
- size_t count);
230
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_pointer(
231
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
232
- size_t count);
233
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_pointer(
234
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
235
- size_t count);
236
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_pointer(
237
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
238
- size_t count);
239
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_rust_buffer(
240
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
241
- size_t count);
242
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_rust_buffer(
243
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
244
- size_t count);
245
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_rust_buffer(
246
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
247
- size_t count);
248
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_rust_buffer(
249
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
250
- size_t count);
251
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_void(
252
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
253
- size_t count);
254
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_void(
255
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
256
- size_t count);
257
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_void(
258
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
259
- size_t count);
260
- jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_void(
261
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
262
- size_t count);
263
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_authenticity_status(
264
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
265
- size_t count);
266
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_compute_hash(
267
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
268
- size_t count);
269
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_compute_hash_from_buffer(
270
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
271
- size_t count);
272
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_extract_manifest(
273
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
274
- size_t count);
275
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_format_from_path(
276
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
277
- size_t count);
278
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifest_bindings(
279
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
280
- size_t count);
281
- jsi::Value
282
- cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifest_capture_metadata_action(
283
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
284
- size_t count);
285
- jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifest_proof(
286
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
287
- size_t count);
288
- jsi::Value
289
- cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_add_assertion(
290
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
291
- size_t count);
292
- jsi::Value
293
- cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_add_photo_metadata_action(
294
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
295
- size_t count);
296
- jsi::Value
297
- cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_add_title(
298
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
299
- size_t count);
300
- jsi::Value
301
- cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_add_video_metadata_action(
302
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
303
- size_t count);
304
- jsi::Value
305
- cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_embed_manifest_to_file(
306
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
307
- size_t count);
308
- jsi::Value
309
- cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_remove_assertion(
310
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
311
- size_t count);
312
- jsi::Value
313
- cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifeststore_active_manifest(
314
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
315
- size_t count);
316
- jsi::Value
317
- cpp_uniffi_zcam1_c2pa_utils_checksum_constructor_manifesteditor_from_manifest(
318
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
319
- size_t count);
320
- jsi::Value
321
- cpp_uniffi_zcam1_c2pa_utils_checksum_constructor_manifesteditor_new(
322
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
323
- size_t count);
324
- jsi::Value cpp_ffi_zcam1_c2pa_utils_uniffi_contract_version(
325
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
326
- size_t count);
327
- jsi::Value cpp_uniffi_internal_fn_method_manifest_ffi__bless_pointer(
328
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
329
- size_t count);
330
- jsi::Value cpp_uniffi_internal_fn_method_manifesteditor_ffi__bless_pointer(
331
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
332
- size_t count);
333
- jsi::Value cpp_uniffi_internal_fn_method_manifeststore_ffi__bless_pointer(
334
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
335
- size_t count);
19
+ protected:
20
+ std::map<std::string,jsi::Value> props;
21
+ jsi::Value cpp_uniffi_internal_fn_func_ffi__string_to_byte_length(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
22
+ jsi::Value cpp_uniffi_internal_fn_func_ffi__string_to_arraybuffer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
23
+ jsi::Value cpp_uniffi_internal_fn_func_ffi__arraybuffer_to_string(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
24
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_clone_manifest(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
25
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_free_manifest(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
26
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifest_bindings(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
27
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifest_capture_metadata_action(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
28
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifest_proof(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
29
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_clone_manifesteditor(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
30
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_free_manifesteditor(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
31
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_constructor_manifesteditor_from_manifest(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
32
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_constructor_manifesteditor_new(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
33
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_add_assertion(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
34
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_add_photo_metadata_action(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
35
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_add_title(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
36
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_add_video_metadata_action(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
37
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_embed_manifest_to_file(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
38
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifesteditor_remove_assertion(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
39
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_clone_manifeststore(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
40
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_free_manifeststore(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
41
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_method_manifeststore_active_manifest(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
42
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_authenticity_status(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
43
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_compute_hash(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
44
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_compute_hash_from_buffer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
45
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_extract_manifest(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
46
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_fn_func_format_from_path(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
47
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_u8(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
48
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_u8(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
49
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_u8(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
50
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_u8(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
51
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_i8(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
52
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_i8(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
53
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_i8(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
54
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_i8(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
55
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_u16(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
56
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_u16(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
57
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_u16(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
58
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_u16(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
59
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_i16(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
60
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_i16(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
61
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_i16(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
62
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_i16(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
63
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_u32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
64
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_u32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
65
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_u32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
66
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_u32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
67
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_i32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
68
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_i32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
69
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_i32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
70
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_i32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
71
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_u64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
72
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_u64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
73
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_u64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
74
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_u64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
75
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_i64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
76
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_i64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
77
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_i64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
78
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_i64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
79
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_f32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
80
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_f32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
81
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_f32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
82
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_f32(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
83
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_f64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
84
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_f64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
85
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_f64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
86
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_f64(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
87
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_pointer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
88
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_pointer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
89
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_pointer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
90
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_pointer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
91
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_rust_buffer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
92
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_rust_buffer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
93
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_rust_buffer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
94
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_rust_buffer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
95
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_poll_void(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
96
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_cancel_void(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
97
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_free_void(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
98
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_rust_future_complete_void(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
99
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_authenticity_status(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
100
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_compute_hash(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
101
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_compute_hash_from_buffer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
102
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_extract_manifest(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
103
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_func_format_from_path(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
104
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifest_bindings(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
105
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifest_capture_metadata_action(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
106
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifest_proof(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
107
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_add_assertion(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
108
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_add_photo_metadata_action(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
109
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_add_title(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
110
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_add_video_metadata_action(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
111
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_embed_manifest_to_file(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
112
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifesteditor_remove_assertion(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
113
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_method_manifeststore_active_manifest(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
114
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_constructor_manifesteditor_from_manifest(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
115
+ jsi::Value cpp_uniffi_zcam1_c2pa_utils_checksum_constructor_manifesteditor_new(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
116
+ jsi::Value cpp_ffi_zcam1_c2pa_utils_uniffi_contract_version(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
117
+ jsi::Value cpp_uniffi_internal_fn_method_manifest_ffi__bless_pointer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
118
+ jsi::Value cpp_uniffi_internal_fn_method_manifesteditor_ffi__bless_pointer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
119
+ jsi::Value cpp_uniffi_internal_fn_method_manifeststore_ffi__bless_pointer(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
336
120
 
337
- public:
338
- NativeZcam1C2paUtils(
339
- jsi::Runtime &rt,
340
- std::shared_ptr<uniffi_runtime::UniffiCallInvoker> callInvoker);
341
- virtual ~NativeZcam1C2paUtils();
121
+ public:
122
+ NativeZcam1C2paUtils(jsi::Runtime &rt, std::shared_ptr<uniffi_runtime::UniffiCallInvoker> callInvoker);
123
+ virtual ~NativeZcam1C2paUtils();
342
124
 
343
- /**
344
- * The entry point into the crate.
345
- *
346
- * React Native must call `NativeZcam1C2paUtils.registerModule(rt,
347
- * callInvoker)` before using the Javascript interface.
348
- */
349
- static void registerModule(jsi::Runtime &rt,
350
- std::shared_ptr<react::CallInvoker> callInvoker);
125
+ /**
126
+ * The entry point into the crate.
127
+ *
128
+ * React Native must call `NativeZcam1C2paUtils.registerModule(rt, callInvoker)` before using
129
+ * the Javascript interface.
130
+ */
131
+ static void registerModule(jsi::Runtime &rt, std::shared_ptr<react::CallInvoker> callInvoker);
351
132
 
352
- /**
353
- * Some cleanup into the crate goes here.
354
- *
355
- * Current implementation is empty, however, this is not guaranteed to always
356
- * be the case.
357
- *
358
- * Clients should call `NativeZcam1C2paUtils.unregisterModule(rt)` after final
359
- * use where possible.
360
- */
361
- static void unregisterModule(jsi::Runtime &rt);
133
+ /**
134
+ * Some cleanup into the crate goes here.
135
+ *
136
+ * Current implementation is empty, however, this is not guaranteed to always be the case.
137
+ *
138
+ * Clients should call `NativeZcam1C2paUtils.unregisterModule(rt)` after final use where possible.
139
+ */
140
+ static void unregisterModule(jsi::Runtime &rt);
362
141
 
363
- virtual jsi::Value get(jsi::Runtime &rt, const jsi::PropNameID &name);
364
- virtual void set(jsi::Runtime &rt, const jsi::PropNameID &name,
365
- const jsi::Value &value);
366
- virtual std::vector<jsi::PropNameID> getPropertyNames(jsi::Runtime &rt);
142
+ virtual jsi::Value get(jsi::Runtime& rt, const jsi::PropNameID& name);
143
+ virtual void set(jsi::Runtime& rt,const jsi::PropNameID& name,const jsi::Value& value);
144
+ virtual std::vector<jsi::PropNameID> getPropertyNames(jsi::Runtime& rt);
367
145
  };