OVMS3/OVMS.V3/components/duktape/config/config-options/DUK_USE_FINALIZER_TORTURE.yaml

12 lines
284 B
YAML

define: DUK_USE_FINALIZER_TORTURE
introduced: 2.1.0
default: false
tags:
- gc
- memory
- development
- torture
description: >
Development time option: simulate a fake finalizer call every time when
finalizers might be executed (even if the actual finalize_list is empty).