This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
"PROTOTYPE has a non-configurable property named constructor, throw a NotSupportedError and stop." If it is non-configurable but writable it is fine for us to change the value of the property.
The reason we check configurable and not just writable is so that we can produce prototype whose constructor property is configured the same way Web IDL specifies an Interface Prototype Object's constructor property is configured. This is just for alignment with Web IDL. From the Chrome implementation perspective, I think it would be technically feasible to relax this requirement. This could be done in Level 2 of the spec, since it would turn errors into non-errors.
I think the spec should stay aligned with Web IDL, right? Please reopen if you feel otherwise.
Fair enough.