Clears the current error handler without affecting execution state or captured errors.
(&mut self)
| 274 | |
| 275 | /// Clears the current error handler without affecting execution state or captured errors. |
| 276 | pub fn clear_error_handler(&mut self) { |
| 277 | self.context.clear_error_handler(); |
| 278 | } |
| 279 | |
| 280 | /// Synchronizes cached upcall handlers with the externally-owned `image`. |
| 281 | fn sync_upcalls(&mut self, image: &Image) { |