« Bugzilla Issues Index
#4433 — 22.1.5.2.1: step 8.a references wrong variable
- bug_id:
4433
- creation_ts:
2015-07-31 11:40:00 -0700
- short_desc:
22.1.5.2.1: step 8.a references wrong variable
- delta_ts:
2015-11-02 14:59:13 -0800
- 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:
Allen Wirfs-Brock
- assigned_to:
Allen Wirfs-Brock
- cc:
brterlso
- commentid:
14589
- comment_count:
0
- who:
Allen Wirfs-Brock
- bug_when:
2015-07-31 11:40:49 -0700
Step 8.a is:
Let len be the value of O’s [[ArrayLength]] internal slot.
it should be:
Let len be the value of a’s [[ArrayLength]] internal slot.
- commentid:
14881
- comment_count:
1
- who:
Brian Terlson
- bug_when:
2015-11-02 14:59:13 -0800
Fixed in ES2016 Draft (bdc9398).