Skip to content

Commit

Permalink
Enable Symbol built-in by default
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Aug 30, 2018
1 parent 49691ca commit 4ade956
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/config-options/DUK_USE_SYMBOL_BUILTIN.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
define: DUK_USE_SYMBOL_BUILTIN
introduced: 2.0.0
default: false
default: true
tags:
- ecmascript2015
description: >
Provide ES6 Symbol built-ins (experimental in Duktape 2.0.0).
Provide ES6 Symbol built-ins.
Even with the built-ins disabled, symbols created by C code are still
supported.
2 changes: 0 additions & 2 deletions util/dukweb_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ DUK_USE_SELF_TESTS: true
#DUK_USE_ASSERTIONS: true
DUK_USE_FATAL_HANDLER:
verbatim: "#define DUK_USE_FATAL_HANDLER(udata,msg) do {dukweb_fatal_handler((udata),(msg));abort();} while (0)"

DUK_USE_SYMBOL_BUILTIN: true
2 changes: 0 additions & 2 deletions util/makeduk_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ DUK_USE_DEBUGGER_INSPECT: true
DUK_USE_FASTINT: true
DUK_USE_JSON_STRINGIFY_FASTPATH: true

DUK_USE_SYMBOL_BUILTIN: true

DUK_USE_GLOBAL_BINDING: true

#DUK_USE_CACHE_ACTIVATION: false
Expand Down

0 comments on commit 4ade956

Please sign in to comment.