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
362 B
10 lines
362 B
define: DUK_USE_CALLSTACK_LIMIT
|
|
introduced: 2.2.0
|
|
default: 10000
|
|
tags:
|
|
- misc
|
|
description: >
|
|
Maximum call stack size. If call stack would grow beyond this value, reject
|
|
the call in progress. This mainly protects against runaway recursion. Note
|
|
in particular that this limit is unrelated to the native C stack size which
|
|
has a separate limit define.
|
|
|