(&self)
| 2070 | |
| 2071 | #[inline] |
| 2072 | pub fn traitobj(&self) -> NonNull<dyn VMStore> { |
| 2073 | self.traitobj.0.unwrap() |
| 2074 | } |
| 2075 | |
| 2076 | /// Takes the cached `Vec<Val>` stored internally across hostcalls to get |
| 2077 | /// used as part of calling the host in a `Func::new` method invocation. |