This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
83bc8c473d
denoland-deno
/
cli
/
tests
/
testdata
/
run
/
ffi
/
unstable_ffi_4.js
2 lines
68 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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 00:07:37 -04:00
Deno
.
core
.
ops
.
op
_ffi
_ptr
_of
(
new
Uint8Array
(
0
)
,
new
Uint32Array
(
2
)
)
;
Copy permalink