Browse Source

Release note: Function.prototype.name writable

pull/85/head
Sami Vaarala 10 years ago
parent
commit
ee061a1194
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -658,6 +658,9 @@ Planned
* Change JSON.parse() to include a byte offset with a syntax error to help * Change JSON.parse() to include a byte offset with a syntax error to help
pinpoint JSON errors pinpoint JSON errors
* Make Function.prototype.name writable so that application code can set
a 'name' property on Duktape/C functions (GH-79)
* Use deep C stack for dukweb.js to remove some compiler recursion limit * Use deep C stack for dukweb.js to remove some compiler recursion limit
limitations (see GH-67) limitations (see GH-67)

Loading…
Cancel
Save