(&self, store: &StoreOpaque)
| 468 | } |
| 469 | |
| 470 | pub(crate) fn _unwrap_array(&self, store: &StoreOpaque) -> Result<Rooted<ArrayRef>> { |
| 471 | Ok(self |
| 472 | ._as_array(store)? |
| 473 | .expect("EqRef::unwrap_array on non-arrayref")) |
| 474 | } |
| 475 | } |
| 476 | |
| 477 | unsafe impl WasmTy for Rooted<EqRef> { |
no test coverage detected