mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
9 years ago
5 changed files with 21 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
define: DUK_USE_REFZERO_FINALIZER_TORTURE |
|||
introduced: 1.3.0 |
|||
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. |
Loading…
Reference in new issue