(&self)
| 508 | /// Panics if `self` is not a (nullable) `funcref`. |
| 509 | #[inline] |
| 510 | pub fn unwrap_funcref(&self) -> Option<&Func> { |
| 511 | self.funcref().expect("expected funcref") |
| 512 | } |
| 513 | |
| 514 | #[inline] |
| 515 | pub(crate) fn comes_from_same_store(&self, store: &StoreOpaque) -> bool { |