« Bugzilla Issues Index
#2728 — 13.1.8 VarDeclaredNames: VariableStatement production not handled
- bug_id:
2728
- creation_ts:
2014-04-24 06:45:00 -0700
- short_desc:
13.1.8 VarDeclaredNames: VariableStatement production not handled
- delta_ts:
2014-07-08 08:41:28 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 23: April 5, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
7904
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-04-24 06:45:50 -0700
13.1.8 Static Semantics: VarDeclaredNames
Add to VarDeclaredNames:
---
StatementListItem : Statement
1. If Statement is Statement : VariableStatement, then return the BoundNames of VariableStatement.
2. Return a new empty List.
---
- commentid:
9139
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-08 08:41:28 -0700
fixed in rev25
VarDeclaraedNames chains through Statement: VariableStatement and is now handled within VariableStatment