Get a [`Table`] from a [`TableIndex`].
(&mut self, index: TableIndex)
| 316 | |
| 317 | /// Get a [`Table`] from a [`TableIndex`]. |
| 318 | pub fn table(&mut self, index: TableIndex) -> &Table { |
| 319 | &self.translation.module.tables[index] |
| 320 | } |
| 321 | |
| 322 | /// Returns true if Spectre mitigations are enabled for heap bounds check. |
| 323 | pub fn heap_access_spectre_mitigation(&self) -> bool { |
no outgoing calls
no test coverage detected