1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/test_ffi/tests
Divy Srivastava 5928925541
fix(ext/ffi): disallow empty ffi structs (#17487)
This patch makes `NativeType` to `libffi::middle::Type` conversion
failliable and w.t disallows struct with empty fields. libffi does not
handle "empty" struct because they don't exist in C (or Rust).

Fixes #17481
2023-01-21 21:21:14 +05:30
..
bench.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
event_loop_integration.ts chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
ffi_types.ts feat(ext/ffi): structs by value (#15060) 2023-01-08 09:28:10 +05:30
integration_tests.rs feat(ext/ffi): structs by value (#15060) 2023-01-08 09:28:10 +05:30
test.js fix(ext/ffi): disallow empty ffi structs (#17487) 2023-01-21 21:21:14 +05:30
thread_safe_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
thread_safe_test_worker.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00