Part of the function name proposal submitted would make "name" writable but not configurable, which is the inverse of the current spec for "length" being configurable but not writable. Seems there needs to be some discussion on what attributes should be where.
On Aug 30, 2013, at 7:36 PM, "Mark S. Miller" <[email protected]> wrote: > Cool. In that case we have more freedom. In any case, we should give both of > these the same attributes. > > > On Fri, Aug 30, 2013 at 10:34 AM, Claude Pache <[email protected]> wrote: >> >> Le 30 août 2013 à 18:54, "Mark S. Miller" <[email protected]> a écrit : >> >> > It seems we have legacy saying that "name" should be writable. >> > >> >> Really? Just tried in the console of the latest stable versions of Firefox, >> Safari, Chrome and IE: >> >> ``` >> Object.getOwnPropertyDescriptor(function() {}, 'name') >> ``` >> >> Firefox, Safari and Chrome: `{value: "", writable: false, enumerable: false, >> configurable: false}` >> IE: `undefined` >> >> —Claude > > > > -- > Cheers, > --MarkM > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

