Kevin Smith (2015-04-21T03:25:39.000Z)
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!