diff options
Diffstat (limited to 'ops/optimizer_tests/uint8array.out')
-rw-r--r-- | ops/optimizer_tests/uint8array.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/optimizer_tests/uint8array.out b/ops/optimizer_tests/uint8array.out index 06e50ce66..49926c747 100644 --- a/ops/optimizer_tests/uint8array.out +++ b/ops/optimizer_tests/uint8array.out @@ -151,14 +151,17 @@ struct op_import_spki_x25519_fast { _phantom: ::std::marker::PhantomData<()>, } impl<'scope> deno_core::v8::fast_api::FastFunction for op_import_spki_x25519_fast { + #[inline(always)] fn function(&self) -> *const ::std::ffi::c_void { op_import_spki_x25519_fast_fn as *const ::std::ffi::c_void } + #[inline(always)] fn args(&self) -> &'static [deno_core::v8::fast_api::Type] { use deno_core::v8::fast_api::Type::*; use deno_core::v8::fast_api::CType; &[V8Value, TypedArray(CType::Uint8), TypedArray(CType::Uint8)] } + #[inline(always)] fn return_type(&self) -> deno_core::v8::fast_api::CType { deno_core::v8::fast_api::CType::Bool } |