Browse Source

Releases: obj.noSuch() error message

pull/1630/head
Sami Vaarala 7 years ago
parent
commit
abdb6d265f
  1. 4
      RELEASES.rst

4
RELEASES.rst

@ -2871,6 +2871,10 @@ Planned
* Increase maximum call argument count from 255 to ~64k (GH-1292, GH-1586)
* Improve error message for property-based call TypeError (e.g. foo.noSuch()),
error message now includes the key for easier debugging (GH-1627, GH-1630,
GH-1631)
* Add duk_seal() and duk_freeze() API calls, equivalent to Object.seal()
and Object.freeze() (GH-1594)

Loading…
Cancel
Save