archives

« Bugzilla Issues Index

#3499 — 14.5.14: "classScope" not defined


In 14.5.14 "Runtime Semantics: ClassDefinitionEvaluation",
group 1 / step 4.a says:
Set the running execution context’s LexicalEnvironment to classScope.
but /classScope/ is not necessarily defined at that point.


(Also, in step 4.g.i of the same algorithm,
change "suberclass" to "superclass",
and change "FuntionKind" to "FunctionKind".)


fixed in rev31 editor's draft


In Rev31