(&self, store: &StoreOpaque)
| 183 | } |
| 184 | |
| 185 | fn ty_(&self, store: &StoreOpaque) -> ComponentFunc { |
| 186 | let cx = InstanceType::new(self.instance.id().get(store)); |
| 187 | let ty = self.ty_index(store); |
| 188 | ComponentFunc::from(ty, &cx) |
| 189 | } |
| 190 | |
| 191 | fn ty_index(&self, store: &StoreOpaque) -> TypeFuncIndex { |
| 192 | let instance = self.instance.id().get(store); |