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

define: DUK_OPT_NO_AUGMENT_ERRORS
introduced: 1.0.0
related:
- DUK_OPT_NO_TRACEBACKS
tags:
- ecmascript
description: >
Don't augment Ecmascript error objects with custom fields like fileName,
lineNumber, and traceback data. Also disables Duktape.errCreate and
Duktape.errThrow error handler callbacks. Implies DUK_OPT_NO_TRACEBACKS.