Mark S. Miller (2015-01-28T05:45:29.000Z)
d at domenic.me (2015-01-28T19:10:57.439Z)
On Tue, Jan 27, 2015 at 5:53 PM, Boris Zbarsky <bzbarsky at mit.edu> wrote: > For [[DefineOwnProperty]], are we basically talking about changing step 1 > to: > > 1) If the [[Configurable]] field of Desc is present and > Desc.[[Configurable]] is false, then throw a TypeError exception. > > while keeping everything else as-is, Exactly correct. I didn't realize until reading your reply is that this is all that's necessary -- that it successfully covers all the cases I was thinking about without any further case division. > ? If so, that's certainly a change that is much more likely to be > web-compatible... Good! It certainly takes care of the one concrete breakage we know about so far.