Confirmed users
446
edits
(ES5 update) |
|||
| Line 73: | Line 73: | ||
= JS = | = JS = | ||
* ES5 | |||
** Object.getOwnPropertyNames (get array of all properties directly on an object) patch up, being reviewed | |||
** Object.preventExtensions/isExtensible also in good shape, some tiptoeing with another major patch also in flight | |||
** JSAPI requirements changes | |||
*** new enumeration hook will take a new op, JSENUMERATE_INIT_ALL, to iterate over all properties (not just enumerable ones) | |||
*** old enumeration style must now also resolve into place non-enumerable properties in addition to enumerable ones | |||
*** object ops will grow a function for some of this stuff, still in progress | |||
= Electrolysis = | = Electrolysis = | ||