Get an exclusive reference to this VM's machine state.
(&mut self)
| 51 | |
| 52 | /// Get an exclusive reference to this VM's machine state. |
| 53 | pub fn state_mut(&mut self) -> &mut MachineState { |
| 54 | &mut self.state |
| 55 | } |
| 56 | |
| 57 | /// Call a bytecode function. |
| 58 | /// |