1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/test_ffi/tests
Aapo Alasuutari 16a6b86122
fix(ext/ffi): Use BufferSource for FFI buffer types (#16355)
Potential fix for type-code mismatch in FFI buffer types. The code
supports ArrayBuffers, but types only reflect TypedArray support.

There's also an existing type for this sort of stuff: `BufferSource`.
(Although, it uses `ArrayBufferView` which doesn't actually connect with
the TypedArray interfaces specifically, but it's just a type inheritance
difference and nothing more.)
2022-10-21 09:16:57 +05:30
..
bench.js perf(ext/ffi): Fast UnsafePointerView read functions (#16351) 2022-10-20 09:35:56 +05:30
event_loop_integration.ts fix(ext/ffi): Avoid keeping JsRuntimeState RefCell borrowed for event loop middleware calls (#15116) 2022-07-09 11:49:20 +02:00
ffi_types.ts fix(ext/ffi): Use BufferSource for FFI buffer types (#16355) 2022-10-21 09:16:57 +05:30
integration_tests.rs feat(ext/ffi): Make op_ffi_ptr_of fast (#16297) 2022-10-20 09:37:37 +05:30
test.js fix(ext/ffi): Fix UnsafeCallback ref'ing making Deno enter a live-loop (#16216) 2022-10-15 19:19:46 +05:30
thread_safe_test.js feat(ext/ffi): Thread safe callbacks (#14942) 2022-06-28 14:53:36 +05:30
thread_safe_test_worker.js feat(ext/ffi): Thread safe callbacks (#14942) 2022-06-28 14:53:36 +05:30