archives

« Bugzilla Issues Index

#2033 — 14.1.12: extraneous group in defn of EvaluateBody


In 14.1.12 "Runtime Semantics: EvaluateBody",
the second group is:
FunctionBodyStatementList : [empty]
1. Return NormalCompletion(undefined).

(where "FunctionBodyStatementList" is corrected to "FunctionStatementList" by Bug 1989.)

However, the presence of this group here doesn't make sense, as EvaluateBody is never invoked on a FunctionStatementList. Instead, this group should presumably be moved down to 14.1.15 "Runtime Semantics: Evaluation".


fixed in rev20 editor's draft


fixed in rev20 draft, Oct. 28, 2013