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
286 B

define: DUK_USE_TRACEBACK_DEPTH
introduced: 1.0.0
default: 10
tags:
- ecmascript
description: >
Define traceback collection depth. A large number causes tracedata to be
larger, taking more time to create and consuming more memory. A small
number makes tracebacks less useful.