|
@ -2871,6 +2871,10 @@ Planned |
|
|
|
|
|
|
|
|
* Increase maximum call argument count from 255 to ~64k (GH-1292, GH-1586) |
|
|
* 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() |
|
|
* Add duk_seal() and duk_freeze() API calls, equivalent to Object.seal() |
|
|
and Object.freeze() (GH-1594) |
|
|
and Object.freeze() (GH-1594) |
|
|
|
|
|
|
|
|