You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
391 B

define: DUK_USE_REFZERO_FINALIZER_TORTURE
introduced: 1.3.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.