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

9 lines
208 B
YAML

define: DUK_OPT_NO_ES6_OBJECT_SETPROTOTYPEOF
introduced: 1.0.0
tags:
- ecmascript
- ecmascript6
description: >
Disable the non-standard (ES6) Object.setPrototypeOf method which
is enabled by default.