archives

« Bugzilla Issues Index

#2728 — 13.1.8 VarDeclaredNames: VariableStatement production not handled


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.
---


fixed in rev25

VarDeclaraedNames chains through Statement: VariableStatement and is now handled within VariableStatment