Confirmed users
446
edits
(add es5 update) |
|||
| Line 12: | Line 12: | ||
= Blocker Report = | = Blocker Report = | ||
== ES5 == | |||
=== JSAPI changes === | |||
* enumeration hooks must now define non-enumerable properties, and return iterators over all properties when requested | |||
* see [http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_thread/thread/d187a287e7ced87a/871e876acffe87af newsgroup post for full details] | |||
=== Landings === | |||
* {{bug|518663|Object.getOwnPropertyNames}} | |||
=== Other work === | |||
* work on {{bug|429507|Function.prototype.bind}} beginning, considering two approaches (one cleaner but larger, one smaller but slightly more hackish) | |||
* tweaks to {{bug|465199|RegExp.lastIndex}} to conform to ES5's tighter verbiage on the property awaiting review | |||
* <code>arguments.toString() === "[object Arguments]"</code> changing shortly in {{bug|509733}}, an incompatible change in ES5 | |||
= Windows 7 Passing All Tests = | = Windows 7 Passing All Tests = | ||