mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
fmt
This commit is contained in:
parent
cc0b9508fa
commit
ff37cc0461
@ -34,7 +34,8 @@ Cases where code is optimized away:
|
||||
The macro will infer and try to auto generate V8 fast API call trait impl for
|
||||
`sync` ops with:
|
||||
|
||||
- arguments: integers, bool, `&mut OpState`, `&[u8]`, &mut [u8]`, `&[u32]`, `&mut [u32]`
|
||||
- arguments: integers, bool, `&mut OpState`, `&[u8]`, &mut [u8]`,`&[u32]`,`&mut
|
||||
[u32]`
|
||||
- return_type: integers, bool
|
||||
|
||||
The `#[op(fast)]` attribute should be used to enforce fast call generation at
|
||||
|
Loading…
Reference in New Issue
Block a user