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
288 B
11 lines
288 B
define: DUK_USE_JSON_ENC_RECLIMIT
|
|
introduced: 1.3.0
|
|
default: 1000
|
|
tags:
|
|
- portability
|
|
- cstackdepth
|
|
description: >
|
|
Maximum native stack recursion for JSON encoding.
|
|
|
|
Must be higher than the internal DUK_JSON_ENC_LOOPARRAY define when
|
|
DUK_USE_JSON_STRINGIFY_FASTPATH is enabled.
|
|
|