Browse Source

Releases: callstack limit for error handling

pull/316/merge
Sami Vaarala 9 years ago
parent
commit
3a9e011530
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -1061,6 +1061,9 @@ Planned
DUK_USE_xxx config options for native recursion limits; C stacks are assumed
to be deep by default for all targets (GH-165)
* Provide at least 10 callstack entries for error handling (Duktape.errCreate)
when callstack limit is reached (GH-191)
* Fix a try-finally finalizer side effect issue by scrubbing TRYCATCH catch
registers before executing the try code block (GH-287)

Loading…
Cancel
Save