>
> 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!
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to