OVMS3/OVMS.V3/components/duktape/config/feature-options/DUK_OPT_NO_STRICT_DECL.yaml

9 lines
250 B
YAML

define: DUK_OPT_NO_STRICT_DECL
introduced: 1.1.0
tags:
- ecmascript
- experimental
description: >
Disable support for "use strict" declaration so that ECMAScript code is
always executed in non-strict mode. Duktape/C functions remain strict.