Jason Orendorff schrieb: > […] `super.prop = 2` ends up with O=X.prototype.
Uh, yes. And it should set `X.prototype.prop` to `2`, because that still is writable and not affected by the attributes of `x.prop`. So I would expect `x.prop` to still have the value `1`, shadowing the prototype property.
(at least that's how I understood super references) Bergi _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

