summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/async_result.out
diff options
context:
space:
mode:
Diffstat (limited to 'ops/optimizer_tests/async_result.out')
-rw-r--r--ops/optimizer_tests/async_result.out3
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/optimizer_tests/async_result.out b/ops/optimizer_tests/async_result.out
index 7270ca3d5..1d45b11f1 100644
--- a/ops/optimizer_tests/async_result.out
+++ b/ops/optimizer_tests/async_result.out
@@ -95,14 +95,17 @@ struct op_async_result_fast {
_phantom: ::std::marker::PhantomData<()>,
}
impl<'scope> deno_core::v8::fast_api::FastFunction for op_async_result_fast {
+ #[inline(always)]
fn function(&self) -> *const ::std::ffi::c_void {
op_async_result_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, Int32, Uint32, CallbackOptions]
}
+ #[inline(always)]
fn return_type(&self) -> deno_core::v8::fast_api::CType {
deno_core::v8::fast_api::CType::Void
}