Get the FuncKey for the function that produced this frame slot.
(&self)
| 560 | /// Get the FuncKey for the function that produced this frame |
| 561 | /// slot. |
| 562 | pub fn func_key(&self) -> FuncKey { |
| 563 | self.func_key |
| 564 | } |
| 565 | |
| 566 | /// Get the local offsets and types. |
| 567 | pub fn locals(&self) -> impl Iterator<Item = (FrameStateSlotOffset, FrameValType)> { |
no outgoing calls
no test coverage detected