(&self)
| 413 | |
| 414 | #[inline] |
| 415 | fn offsets(&self) -> &VMOffsets<HostPtr> { |
| 416 | self.runtime_info.offsets() |
| 417 | } |
| 418 | |
| 419 | /// Return the indexed `VMFunctionImport`. |
| 420 | fn imported_function(&self, index: FuncIndex) -> &VMFunctionImport { |
no outgoing calls
no test coverage detected