Hi,

 

There is "Object.keys" for enumerable-only own property names of an object,
and "Object.getOwnPropertyNames" for enumerable and non-enumerable own
property names of an object. Now we have "Object.getOwnPropertySymbols"
which returns enumerable and non-enumerable own symbols of an object, but we
are missing a function "Object.symbols" that returns enumerable-only own
symbols of an object. 

 

Thanks,

 

Claude Petit

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to