mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00
5 lines
144 B
Rust
5 lines
144 B
Rust
![]() |
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
||
|
|
||
|
#[op2(fast)]
|
||
|
fn op_add(#[smi] id: ResourceId, extra: u16) -> u32 {}
|