« Bugzilla Issues Index
#4501 — 15.2.1.16.4 ModuleDeclarationInstantiation: Duplicate var statements not handled
- bug_id:
4501
- creation_ts:
2015-08-21 14:12:00 -0700
- short_desc:
15.2.1.16.4 ModuleDeclarationInstantiation: Duplicate var statements not handled
- delta_ts:
2015-10-26 12:15:05 -0700
- product:
ECMA-262 Edition 6
- component:
technical issues
- version:
unspecified
- 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
- cc:
brterlso
- commentid:
14662
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-08-21 14:12:27 -0700
15.2.1.16.4 ModuleDeclarationInstantiation( ) Concrete Method
Step 14 needs to track duplicate var-declared names before calling CreateMutableBinding.
- commentid:
14849
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-10-23 13:26:43 -0700
Fixed in ES2016 Draft.
- commentid:
14869
- comment_count:
2
- who:
Brian Terlson
- bug_when:
2015-10-26 12:15:05 -0700
Fixed in ES2016 Draft (fd23a3d).