(&self, store: &mut StoreOpaque)
| 1077 | } |
| 1078 | |
| 1079 | pub(crate) fn to_raw_(&self, store: &mut StoreOpaque) -> *mut c_void { |
| 1080 | self.vm_func_ref(store).as_ptr().cast() |
| 1081 | } |
| 1082 | |
| 1083 | /// Invokes this function with the `params` given, returning the results |
| 1084 | /// asynchronously. |
no test coverage detected