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

11 lines
351 B
YAML

define: DUK_USE_GLOBAL_BINDING
introduced: 2.1.0
default: false
tags:
- ecmascript
- experimental
description: >
Provide a 'global' binding (https://github.com/tc39/proposal-global).
Disabled by default because it's still a proposal and there may be
reasons it won't be widely implemented: https://github.com/tc39/proposal-global/issues/20.