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_5.js
2 lines
65 B
JavaScript
Raw
Normal View
History
Unescape
Escape
perf(ext/ffi): Fast UnsafePointerView read functions (#16351) This PR makes pointer read methods of `Deno.UnsafePointerView` Fast API compliant, with the exception of `getCString` which cannot be made fast with current V8 Fast API.
2022-10-20 00:05:56 -04:00
Deno
.
core
.
ops
.
op
_ffi
_buf
_copy
_into
(
0
n
,
0
,
new
Uint8Array
(
0
)
,
0
)
;
Copy permalink