mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
fcdcc8c0c3
See https://github.com/denoland/deno/pull/16814#discussion_r1032744083. Allows nullable buffers in low-level ops like FFI: ```rust fn op_ffi_ptr_of<FP>( state: &mut OpState, buf: *const u8, out: &mut [u32], ) where FP: FfiPermissions + 'static { // .. } ```
10 lines
336 B
Text
10 lines
336 B
Text
=== Optimizer Dump ===
|
|
returns_result: false
|
|
has_ref_opstate: true
|
|
has_rc_opstate: false
|
|
has_fast_callback_option: true
|
|
fast_result: Some(Void)
|
|
fast_parameters: [V8Value, Uint8Array, Uint32Array]
|
|
transforms: {1: Transform { kind: PtrU8, index: 1 }, 2: Transform { kind: SliceU32(true), index: 2 }}
|
|
is_async: false
|
|
fast_compatible: true
|