(&'a self)
| 258 | /// See [`CodeMemory::frame_table`]. |
| 259 | #[cfg(feature = "debug")] |
| 260 | pub(crate) fn frame_table<'a>(&'a self) -> Option<wasmtime_environ::FrameTable<'a>> { |
| 261 | self.original_code.frame_table() |
| 262 | } |
| 263 | } |
| 264 | |
| 265 | impl Drop for EngineCode { |
no outgoing calls
no test coverage detected