diff options
| author | Aapo Alasuutari <aapo.alasuutari@gmail.com> | 2023-02-22 19:32:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-22 19:32:38 +0200 |
| commit | b56b8c8a753442036ace3bb0f4403c952f18d408 (patch) | |
| tree | 675c47da4847a754cf2cc3cb664dc8047944246d /ops/optimizer_tests/op_ffi_ptr_value.rs | |
| parent | 2bd7482295daae4edfd367d84505bb43735cd410 (diff) | |
feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)
Diffstat (limited to 'ops/optimizer_tests/op_ffi_ptr_value.rs')
| -rw-r--r-- | ops/optimizer_tests/op_ffi_ptr_value.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/optimizer_tests/op_ffi_ptr_value.rs b/ops/optimizer_tests/op_ffi_ptr_value.rs new file mode 100644 index 000000000..4c3364507 --- /dev/null +++ b/ops/optimizer_tests/op_ffi_ptr_value.rs @@ -0,0 +1,3 @@ +pub fn op_ffi_ptr_value(ptr: *mut c_void, out: &mut [u32]) { + // ... +} |
