archives

« Bugzilla Issues Index

#3083 — 13.1.6 + 13.12.4 + 13.12.8: undefined application of LexicallyDeclaredNames


In 13.1.6 "Static Semantics: TopLevelVarDeclaredNames",
in group 3,
steps 1 and 2 refer to:
the LexicallyDeclaredNames of Declaration

but as far as I can tell, 'LexicallyDeclaredNames' is not defined on 'Declaration'.


Similarly,
13.12.4 / group 3 / step 1
13.12.8 / group 3 / step 1
refer to:
LexicallyDeclaredNames of FunctionDeclaration
which is not defined.


fixed in rev27 editor's draft

LexicallyDeclaredNames should be BoundNames in these cases.


fixed in rev27 draft