1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/ops/op2
Matt Mastracci 6afdcf59b8
refactor(ops): op2 supports strings in argument and return position (#19613)
Support strings (&str, String, and Cow) in the argument position and String in the return position. Avoids
copies where possible, though this is not always something we can do.
2023-07-01 22:07:05 +00:00
..
test_cases/sync refactor(ops): op2 supports strings in argument and return position (#19613) 2023-07-01 22:07:05 +00:00
dispatch_fast.rs refactor(ops): op2 supports strings in argument and return position (#19613) 2023-07-01 22:07:05 +00:00
dispatch_slow.rs refactor(ops): op2 supports strings in argument and return position (#19613) 2023-07-01 22:07:05 +00:00
generator_state.rs refactor(ops): ops2 supports result in fast path (#19603) 2023-06-25 16:36:09 +02:00
mod.rs refactor(ops): op2 support for generics (#19636) 2023-06-29 10:23:14 -06:00
signature.rs refactor(ops): op2 supports strings in argument and return position (#19613) 2023-07-01 22:07:05 +00:00