mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
722ea20e86
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.
1 line
58 B
JavaScript
1 line
58 B
JavaScript
Deno.core.ops.op_ffi_read_u64(0n, 0, new Uint32Array(2));
|