mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
refactor: rewrite runtime/ ops to op2 (#20459)
This commit is contained in:
parent
aaff69db3f
commit
bdeb4bddbf
7 changed files with 90 additions and 65 deletions
|
@ -73,7 +73,7 @@ fn mode_raw_input_off(original_mode: DWORD) -> DWORD {
|
|||
original_mode & !wincon::ENABLE_VIRTUAL_TERMINAL_INPUT | COOKED_MODE
|
||||
}
|
||||
|
||||
#[op(fast)]
|
||||
#[op2(fast)]
|
||||
fn op_stdin_set_raw(
|
||||
state: &mut OpState,
|
||||
is_raw: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue