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 e2be70b035
feat(ext/ffi): Make op_ffi_ptr_of fast (#16297)
Makes `op_ffi_ptr_of` fast. One of the tests changed from printing
`false` to `true` as the fast `&[u8]` slice path creates the slice with
a null pointer. Thus the `op_ffi_ptr_of` will now return a null pointer
value whereas previously it returned a dangling pointer value.
2022-10-20 09:37:37 +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 feat(ext/ffi): Support bool FFI type (#15754) 2022-09-05 08:56:52 +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