archives

« Bugzilla Issues Index

#3384 — 14.1.22 Runtime Semantics: InstantiateFunctionObject, typo: SetFunctionName(F, ("default")


Should be:

SetFunctionName(F, "default")


I don't understand that definition, ie. how is this valid:


FunctionDeclaration : function ( FormalParameters ) { FunctionBody }




Also, I spotted another typo, right here: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-function-definitions-runtime-semantics-evaluation


Re:

> I don't understand that definition, ie. how is this valid:

André Bargull clarified this for me

The rest still needs to be fixed ;)


fixed in revc29 editor's draft


fixed in rev29