mirror of https://github.com/svaarala/duktape.git
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.
11 lines
284 B
11 lines
284 B
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).
|
|
|