« Bugzilla Issues Index
#1790 — 13, 10.5.3: Assertion for top-level lexical declaration "arguments" in functions
- bug_id:
1790
- creation_ts:
2013-08-17 04:37:00 -0700
- short_desc:
13, 10.5.3: Assertion for top-level lexical declaration "arguments" in functions
- delta_ts:
2014-04-06 11:30:11 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 16: July 15, 2013 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:
4964
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-08-17 04:37:18 -0700
"arguments" as a lexical declaration is not handled in 10.5.3, but seems to be allowed (bug 1729).
This test case triggers the assertion in 10.2.1.1.3 when executing 10.5.3 step 16.b.i.1 .
---
function f() {
const arguments = 1;
}
f()
---
- commentid:
7491
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-03-27 13:48:07 -0700
it's now handled by use of BindingIdentifier in all declarations.
fixed in rev23 editor's draft
- commentid:
7547
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:30:11 -0700
fixed in rev23 draft