mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
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. |
||
|---|---|---|
| .. | ||
| bench.js | ||
| event_loop_integration.ts | ||
| ffi_types.ts | ||
| integration_tests.rs | ||
| test.js | ||
| thread_safe_test.js | ||
| thread_safe_test_worker.js | ||