Kevin Smith (2015-04-21T03:25:39.000Z)
>
> 5.e If *existingDescriptor* is not *undefined*, then
>        i.   If IsAccessorDescriptor(*existingDescriptor*), return *false*.
>        ii.  If *existingDescriptor*.[[Writable]] is *false*, return
> *false*.
>        iii.  Let *valueDesc* be the PropertyDescriptor{[[Value]]: *V*}.
>        iv.  Return *Receiver*.[[DefineOwnProperty]](*P*, *valueDesc*).
>
> Lines 5.e.i and 5.e.ii are new additions.
>

Looks good to me.

Thanks, Jason, for bringing this up!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150421/e780fc2c/attachment.html>
d at domenic.me (2015-05-01T13:03:57.723Z)
> ```
> 5.e If *existingDescriptor* is not *undefined*, then
>        i.   If IsAccessorDescriptor(*existingDescriptor*), return *false*.
>        ii.  If *existingDescriptor*.[[Writable]] is *false*, return *false*.
>        iii.  Let *valueDesc* be the PropertyDescriptor{[[Value]]: *V*}.
>        iv.  Return *Receiver*.[[DefineOwnProperty]](*P*, *valueDesc*).
> ```
>
> Lines 5.e.i and 5.e.ii are new additions.

Looks good to me.

Thanks, Jason, for bringing this up!