(&self, gc_box: GcBox)
| 100 | impl Finalization<'_> { |
| 101 | #[inline] |
| 102 | pub(crate) fn resurrect(&self, gc_box: GcBox) { |
| 103 | self.context.resurrect(gc_box) |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | /// Handle value given by arena callbacks during garbage collection, which must be passed through |
nothing calls this directly
no test coverage detected