another and possibly final ES5 errata

# Allen Wirfs-Brock (16 years ago)

As usual at es3.1:es3.1_proposal_working_draft

Noon Tuesday US Pacific coast time is about the latest I can receive any new issues and get them resolved in time for the Wednesday's meeting where the ES5 spec. will be declared finished.

# Garrett Smith (16 years ago)

On Mon, Sep 21, 2009 at 6:05 PM, Allen Wirfs-Brock <Allen.Wirfs-Brock at microsoft.com> wrote:

As usual at es3.1:es3.1_proposal_working_draft

Noon Tuesday US Pacific coast time is about the latest I can receive any new issues and get them resolved in time for the Wednesday’s meeting where the ES5 spec. will be declared finished.

esdiscuss/2009-September/009816

Function.prototype.toString

Current spec says it must return a string representation that has the syntax of a FunctionDeclaration.

Problem is that implementations don't do that with anonymous functions.

Proposal to have it return a string representation that has the syntax of a Function Definition (basically legalizes existing behavior in a harmless way).

Garrett

# Allen Wirfs-Brock (16 years ago)

This was discuss several months ago and and a final decision was made to not address it in the ES5.