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.
10 lines
339 B
10 lines
339 B
define: DUK_USE_INTERRUPT_DEBUG_FIXUP
|
|
introduced: 1.4.0
|
|
default: false
|
|
tags:
|
|
- development
|
|
description: >
|
|
For Duktape development only: enable "interrupt fixup" in call handling
|
|
so that heap->inst_count_exec and heap->inst_count_interrupt can be
|
|
manually checked to match. Only useful when debugging and/or asserts
|
|
are enabled.
|
|
|