(&mut self)
| 1115 | |
| 1116 | #[inline(always)] |
| 1117 | fn exec_return_void(&mut self) -> bool { |
| 1118 | self.store.value_stack.truncate_to_base(self.cf.locals_base); |
| 1119 | self.finish_return() |
| 1120 | } |
| 1121 | |
| 1122 | #[inline(always)] |
| 1123 | fn exec_return_32(&mut self) -> bool { |
no test coverage detected