On Wed, Feb 25, 2015 at 11:09 PM, Allen Wirfs-Brock <[email protected]> wrote:
> The automatically provided ‘name’ property of function objects has the > attributes writable: false, configurable true. That means that its value > can be modified using Object.defineProperty or deleted using the delete > operator. You just can’t modify it using the assignment (=) operator. My mistake, rather than check the spec I tried it in Chrome's console and the property descriptor was configurable: false. - Matthew Robb
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

