(&self, store: impl AsContext)
| 157 | /// Panics if this value is associated with a different store. |
| 158 | #[inline] |
| 159 | pub fn ty(&self, store: impl AsContext) -> Result<ValType> { |
| 160 | self.load_ty(&store.as_context().0) |
| 161 | } |
| 162 | |
| 163 | #[inline] |
| 164 | pub(crate) fn load_ty(&self, store: &StoreOpaque) -> Result<ValType> { |
nothing calls this directly
no test coverage detected