Hi,

As noted some time ago, there is an issue with `Object.defineProperty` when it 
happens that someone has the facetious idea to give some value to 
`Object.prototype.get` [1].

While it is hardly an issue in day-to-day programming, I think that it is a 
good idea to make sure that specialized API (Reflect, proxy traps) are robust 
by design against that bug^H^H^H feature. Concretely, I propose:

(1) proxy.[[DefineOwnProperty]] — When a proxy defines the corresponding trap, 
it shall receive an object with no prototype as property descriptor.

(2) Reflect.getOwnPropertyDescriptor —That method shall return an object with 
no prototype, so that it can be readily used elsewhere, e.g. in 
Reflect.defineProperty.

—Claude

[1] 
http://esdiscuss.org/topic/object-prototype-get-bye-bye-object-defineproperty
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to