https://people.mozilla.org/~jorendorff/es6-draft.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver
 
<https://people.mozilla.org/~jorendorff/es6-draft.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver>

Quoting the spec (I’ve marked two typos):

* The value reported for a property must be the same as the value of the 
corresponding target object property if the target object property is a 
non-writable, non-configurable data property.

* The value reported for a property must be undefined if the corresponding 
corresponding [typo: mentioned twice] target object property is [typo: missing 
“a”] non-configurable accessor property that has undefined as its `[[Get]]` 
attribute.

Suggestion: mention in both cases that the property is an own property of the 
target.

-- 
Dr. Axel Rauschmayer
a...@rauschma.de
rauschma.de

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

Reply via email to