polardbxengine/extra/duktape/duktape-2.3.0/config/config-options/DUK_USE_TRACEBACKS.yaml

13 lines
423 B
YAML

define: DUK_USE_TRACEBACKS
introduced: 1.0.0
default: true
tags:
- ecmascript
description: >
Record traceback data into Ecmascript error objects.
When disabled, traceback data is not recorded, but fileName/lineNumber of
the error cause are still recorded as explicit properties. Disabling this
option reduces footprint and makes error handling a bit faster, at the cost
of less informative Ecmascript errors.