diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-03-27 21:33:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 16:03:07 +0000 |
commit | b2fd0742bdfe7b013ba7006fa6737b5f1c43428c (patch) | |
tree | dc24333151c4facf49d65022a079acc7995ebc5b /ops/optimizer_tests | |
parent | 9ebce6e725dd0b33aea20025995fb1e790b92df5 (diff) |
feat: port node:zlib to rust (#18291)
Diffstat (limited to 'ops/optimizer_tests')
22 files changed, 22 insertions, 0 deletions
diff --git a/ops/optimizer_tests/async_nop.out b/ops/optimizer_tests/async_nop.out index abb195bd5..83ffed142 100644 --- a/ops/optimizer_tests/async_nop.out +++ b/ops/optimizer_tests/async_nop.out @@ -101,6 +101,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_void_async_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_void_async_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, __promise_id: i32, diff --git a/ops/optimizer_tests/async_result.out b/ops/optimizer_tests/async_result.out index 785031cab..111430b77 100644 --- a/ops/optimizer_tests/async_result.out +++ b/ops/optimizer_tests/async_result.out @@ -111,6 +111,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_async_result_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_async_result_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, __promise_id: i32, diff --git a/ops/optimizer_tests/callback_options.out b/ops/optimizer_tests/callback_options.out index 201ec90ce..87202f50d 100644 --- a/ops/optimizer_tests/callback_options.out +++ b/ops/optimizer_tests/callback_options.out @@ -70,6 +70,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_fallback_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_fallback_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, fast_api_callback_options: *mut deno_core::v8::fast_api::FastApiCallbackOptions, diff --git a/ops/optimizer_tests/cow_str.out b/ops/optimizer_tests/cow_str.out index b25c0dcb8..89d2f22c4 100644 --- a/ops/optimizer_tests/cow_str.out +++ b/ops/optimizer_tests/cow_str.out @@ -78,6 +78,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_cow_str_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_cow_str_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, c: *const deno_core::v8::fast_api::FastApiOneByteString, diff --git a/ops/optimizer_tests/f64_slice.out b/ops/optimizer_tests/f64_slice.out index 46108e4e8..9d1e1c7e3 100644 --- a/ops/optimizer_tests/f64_slice.out +++ b/ops/optimizer_tests/f64_slice.out @@ -96,6 +96,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_f64_buf_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_f64_buf_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, buffer: *const deno_core::v8::fast_api::FastApiTypedArray<f64>, diff --git a/ops/optimizer_tests/op_ffi_ptr_value.out b/ops/optimizer_tests/op_ffi_ptr_value.out index 4a2cae217..d81518e6e 100644 --- a/ops/optimizer_tests/op_ffi_ptr_value.out +++ b/ops/optimizer_tests/op_ffi_ptr_value.out @@ -110,6 +110,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_ffi_ptr_value_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_ffi_ptr_value_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, ptr: *mut ::std::ffi::c_void, diff --git a/ops/optimizer_tests/op_state.out b/ops/optimizer_tests/op_state.out index f3fdb14a0..98b524d0d 100644 --- a/ops/optimizer_tests/op_state.out +++ b/ops/optimizer_tests/op_state.out @@ -78,6 +78,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_set_exit_code_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_set_exit_code_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, code: i32, diff --git a/ops/optimizer_tests/op_state_basic1.out b/ops/optimizer_tests/op_state_basic1.out index 0895b7e7d..ff5fa2a17 100644 --- a/ops/optimizer_tests/op_state_basic1.out +++ b/ops/optimizer_tests/op_state_basic1.out @@ -105,6 +105,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for foo_fast { deno_core::v8::fast_api::CType::Uint32 } } +#[allow(clippy::too_many_arguments)] fn foo_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, a: u32, diff --git a/ops/optimizer_tests/op_state_generics.out b/ops/optimizer_tests/op_state_generics.out index e92e12616..7c9998af5 100644 --- a/ops/optimizer_tests/op_state_generics.out +++ b/ops/optimizer_tests/op_state_generics.out @@ -80,6 +80,7 @@ where deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_foo_fast_fn<'scope, SP>( _: deno_core::v8::Local<deno_core::v8::Object>, fast_api_callback_options: *mut deno_core::v8::fast_api::FastApiCallbackOptions, diff --git a/ops/optimizer_tests/op_state_result.out b/ops/optimizer_tests/op_state_result.out index 2c5c042d7..30ddf6ff9 100644 --- a/ops/optimizer_tests/op_state_result.out +++ b/ops/optimizer_tests/op_state_result.out @@ -118,6 +118,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for foo_fast { deno_core::v8::fast_api::CType::Uint32 } } +#[allow(clippy::too_many_arguments)] fn foo_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, a: u32, diff --git a/ops/optimizer_tests/op_state_warning.out b/ops/optimizer_tests/op_state_warning.out index ef8a8e0af..d1148db19 100644 --- a/ops/optimizer_tests/op_state_warning.out +++ b/ops/optimizer_tests/op_state_warning.out @@ -109,6 +109,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_listen_fast { deno_core::v8::fast_api::CType::Uint32 } } +#[allow(clippy::too_many_arguments)] fn op_listen_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, fast_api_callback_options: *mut deno_core::v8::fast_api::FastApiCallbackOptions, diff --git a/ops/optimizer_tests/op_state_with_transforms.out b/ops/optimizer_tests/op_state_with_transforms.out index 9532016f4..a49e3cd0d 100644 --- a/ops/optimizer_tests/op_state_with_transforms.out +++ b/ops/optimizer_tests/op_state_with_transforms.out @@ -127,6 +127,7 @@ where deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_now_fast_fn<'scope, TP>( _: deno_core::v8::Local<deno_core::v8::Object>, buf: *const deno_core::v8::fast_api::FastApiTypedArray<u8>, diff --git a/ops/optimizer_tests/opstate_with_arity.out b/ops/optimizer_tests/opstate_with_arity.out index e4c609761..7e7595c79 100644 --- a/ops/optimizer_tests/opstate_with_arity.out +++ b/ops/optimizer_tests/opstate_with_arity.out @@ -136,6 +136,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_add_4_fast { deno_core::v8::fast_api::CType::Uint32 } } +#[allow(clippy::too_many_arguments)] fn op_add_4_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, x1: u32, diff --git a/ops/optimizer_tests/owned_string.out b/ops/optimizer_tests/owned_string.out index 023a90071..58a952cd7 100644 --- a/ops/optimizer_tests/owned_string.out +++ b/ops/optimizer_tests/owned_string.out @@ -90,6 +90,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_string_length_fast { deno_core::v8::fast_api::CType::Uint32 } } +#[allow(clippy::too_many_arguments)] fn op_string_length_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, string: *const deno_core::v8::fast_api::FastApiOneByteString, diff --git a/ops/optimizer_tests/raw_ptr.out b/ops/optimizer_tests/raw_ptr.out index 7ca92878f..a1c4ab987 100644 --- a/ops/optimizer_tests/raw_ptr.out +++ b/ops/optimizer_tests/raw_ptr.out @@ -153,6 +153,7 @@ where deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_ffi_ptr_of_fast_fn<'scope, FP>( _: deno_core::v8::Local<deno_core::v8::Object>, buf: *const deno_core::v8::fast_api::FastApiTypedArray<u8>, diff --git a/ops/optimizer_tests/serde_v8_value.out b/ops/optimizer_tests/serde_v8_value.out index d8086c7f9..2a10c00d4 100644 --- a/ops/optimizer_tests/serde_v8_value.out +++ b/ops/optimizer_tests/serde_v8_value.out @@ -90,6 +90,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_is_proxy_fast { deno_core::v8::fast_api::CType::Bool } } +#[allow(clippy::too_many_arguments)] fn op_is_proxy_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, value: deno_core::v8::Local<v8::Value>, diff --git a/ops/optimizer_tests/strings.out b/ops/optimizer_tests/strings.out index 9712e4687..6d5fca0a5 100644 --- a/ops/optimizer_tests/strings.out +++ b/ops/optimizer_tests/strings.out @@ -91,6 +91,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_string_length_fast { deno_core::v8::fast_api::CType::Uint32 } } +#[allow(clippy::too_many_arguments)] fn op_string_length_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, string: *const deno_core::v8::fast_api::FastApiOneByteString, diff --git a/ops/optimizer_tests/uint8array.out b/ops/optimizer_tests/uint8array.out index a26e25e4f..96980cc04 100644 --- a/ops/optimizer_tests/uint8array.out +++ b/ops/optimizer_tests/uint8array.out @@ -167,6 +167,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_import_spki_x25519_fas deno_core::v8::fast_api::CType::Bool } } +#[allow(clippy::too_many_arguments)] fn op_import_spki_x25519_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, key_data: *const deno_core::v8::fast_api::FastApiTypedArray<u8>, diff --git a/ops/optimizer_tests/unit_result.out b/ops/optimizer_tests/unit_result.out index ab9f158df..11a862fa5 100644 --- a/ops/optimizer_tests/unit_result.out +++ b/ops/optimizer_tests/unit_result.out @@ -90,6 +90,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_unit_result_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_unit_result_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, fast_api_callback_options: *mut deno_core::v8::fast_api::FastApiCallbackOptions, diff --git a/ops/optimizer_tests/unit_result2.out b/ops/optimizer_tests/unit_result2.out index 4a03270d8..cadbfdd72 100644 --- a/ops/optimizer_tests/unit_result2.out +++ b/ops/optimizer_tests/unit_result2.out @@ -123,6 +123,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_set_nodelay_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_set_nodelay_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, rid: ResourceId, diff --git a/ops/optimizer_tests/unit_ret.out b/ops/optimizer_tests/unit_ret.out index 942d907e9..a1ff75682 100644 --- a/ops/optimizer_tests/unit_ret.out +++ b/ops/optimizer_tests/unit_ret.out @@ -79,6 +79,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_unit_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_unit_fast_fn<'scope>(_: deno_core::v8::Local<deno_core::v8::Object>) -> () { use deno_core::v8; use deno_core::_ops; diff --git a/ops/optimizer_tests/wasm_op.out b/ops/optimizer_tests/wasm_op.out index acc00b3b1..dcf38d9c7 100644 --- a/ops/optimizer_tests/wasm_op.out +++ b/ops/optimizer_tests/wasm_op.out @@ -66,6 +66,7 @@ impl<'scope> deno_core::v8::fast_api::FastFunction for op_wasm_fast { deno_core::v8::fast_api::CType::Void } } +#[allow(clippy::too_many_arguments)] fn op_wasm_fast_fn<'scope>( _: deno_core::v8::Local<deno_core::v8::Object>, fast_api_callback_options: *mut deno_core::v8::fast_api::FastApiCallbackOptions, |