Object.getOwnPropertyDescriptors(O) ? // plural
C. Scott Ananian
ecmascript at cscott.net
Thu Mar 6 15:51:14 PST 2014
On Thu, Mar 6, 2014 at 6:31 PM, André Bargull <andre.bargull at udo.edu> wrote:
> On 3/6/2014 11:35 PM, Andrea Giammarchi wrote:
> The proposed [[GetOwnPropertyNames]] internal method is supposed to be a
> more restrictive version of [[OwnPropertyKeys]] to ensure Proxy objects
> don't lie about their properties.
[[SafeOwnPropertyKeys]] or [[CheckedOwnPropertyKeys]] seems like a
more accurate and less confusing name, since it returns keys not
names.
--scott
More information about the es-discuss
mailing list