Browse Source

Releases: symbol literal macros

pull/1673/head
Sami Vaarala 7 years ago
parent
commit
ca78238fc5
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -2947,6 +2947,9 @@ Planned
* Add duk_push_proxy() API call which allows a Proxy to be created from C * Add duk_push_proxy() API call which allows a Proxy to be created from C
code (GH-1500, GH-837) code (GH-1500, GH-837)
* Add DUK_HIDDEN_SYMBOL(), DUK_GLOBAL_SYMBOL(), DUK_LOCAL_SYMBOL(), and
DUK_WELLKNOWN_SYMBOL() macros for creating symbol literals (GH-1673)
* Add support for Proxy 'apply' and 'construct' traps (GH-1601) * Add support for Proxy 'apply' and 'construct' traps (GH-1601)
* Add minimal new.target support, evaluates to undefined for non-constructor * Add minimal new.target support, evaluates to undefined for non-constructor

Loading…
Cancel
Save