638
edits
No edit summary |
|||
| Line 22: | Line 22: | ||
* [http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values Parameter default values] | * [http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values Parameter default values] | ||
* [http://wiki.ecmascript.org/doku.php?id=harmony:rest_parameters Rest parameters] - [https://bugzilla.mozilla.org/show_bug.cgi?id=574132 bug 574132] | * [http://wiki.ecmascript.org/doku.php?id=harmony:rest_parameters Rest parameters] - [https://bugzilla.mozilla.org/show_bug.cgi?id=574132 bug 574132] | ||
* [http://wiki.ecmascript.org/doku.php?id=harmony:spread Spread operator] - [https://bugzilla.mozilla.org/show_bug.cgi?id=574130 bug 574130] - The operator can appear in two places: function calls and array literals. | * [http://wiki.ecmascript.org/doku.php?id=harmony:spread Spread operator] - [https://bugzilla.mozilla.org/show_bug.cgi?id=574130 bug 574130] - The operator can appear in two places: function calls and array literals. Maybe two bugs would make sense. | ||
* [http://wiki.ecmascript.org/doku.php?id=harmony:proper_tail_calls Proper tail calls] | * [http://wiki.ecmascript.org/doku.php?id=harmony:proper_tail_calls Proper tail calls] | ||
* [http://wiki.ecmascript.org/doku.php?id=harmony:object_literals Extensions to object literal syntax] | * [http://wiki.ecmascript.org/doku.php?id=harmony:object_literals Extensions to object literal syntax] | ||
| Line 28: | Line 28: | ||
* [http://wiki.ecmascript.org/doku.php?id=harmony:quasis Quasi-literals] | * [http://wiki.ecmascript.org/doku.php?id=harmony:quasis Quasi-literals] | ||
* [http://wiki.ecmascript.org/doku.php?id=harmony:pragmas Pragmas] | * [http://wiki.ecmascript.org/doku.php?id=harmony:pragmas Pragmas] | ||
== Updating SpiderMonkey extensions to the ES6 spec == | == Updating SpiderMonkey extensions to the ES6 spec == | ||
edits