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

11 lines
254 B
YAML

define: DUK_USE_SYMBOL_BUILTIN
introduced: 2.0.0
default: false
tags:
- ecmascript2015
description: >
Provide ES6 Symbol built-ins (experimental in Duktape 2.0.0).
Even with the built-ins disabled, symbols created by C code are still
supported.