define: DUK_USE_REFZERO_FINALIZER_TORTURE introduced: 1.3.0 removed: 2.1.0 related: - DUK_USE_MARKANDSWEEP_FINALIZER_TORTURE default: false tags: - gc - memory - development - torture description: > Development time option: simulate a fake finalizer call for every object going through refzero freeing. This is useful to detect bugs caused by finalizer side effects in e.g. call handling.