« Bugzilla Issues Index
#2958 — 9.2.13 Function Declaration Instantiation: Set needsSpecialArgumentsBinding=false when "arguments" is a lexical name
- bug_id:
2958
- creation_ts:
2014-06-02 08:36:00 -0700
- short_desc:
9.2.13 Function Declaration Instantiation: Set needsSpecialArgumentsBinding=false when "arguments" is a lexical name
- delta_ts:
2014-07-18 20:44:36 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 25: May 22, 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:
8792
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-06-02 08:36:05 -0700
9.2.13 Function Declaration Instantiation(func, argumentsList, env ) Abstract Operation
Step 18.b also needs to set needsSpecialArgumentsBinding to false.
test case:
---
function f() {
let arguments;
}
f()
---
- commentid:
9156
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-11 12:44:37 -0700
fixed in rev26 editor's draft
- commentid:
9295
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-18 20:44:36 -0700
Fixed in Rev26