« Bugzilla Issues Index
#3083 — 13.1.6 + 13.12.4 + 13.12.8: undefined application of LexicallyDeclaredNames
- bug_id:
3083
- creation_ts:
2014-07-27 16:09:00 -0700
- short_desc:
13.1.6 + 13.12.4 + 13.12.8: undefined application of LexicallyDeclaredNames
- delta_ts:
2014-08-25 08:29:32 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 26: July 18, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
9620
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-07-27 16:09:09 -0700
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.
- commentid:
9677
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-05 14:22:17 -0700
fixed in rev27 editor's draft
LexicallyDeclaredNames should be BoundNames in these cases.
- commentid:
9974
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:32 -0700
fixed in rev27 draft