« Bugzilla Issues Index
#1388 — 15.16.4.3: "entries" + "e" not defined.
- bug_id:
1388
- creation_ts:
2013-03-21 19:22:00 -0700
- short_desc:
15.16.4.3: "entries" + "e" not defined.
- delta_ts:
2013-05-14 18:14:12 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 14: March 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
3543
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2013-03-21 19:22:48 -0700
In 15.16.4.3 "Set.prototype.clear ()",
step 5 and 5.a say:
5. Repeat for each Record {[[key]], [[value]]} p that is
an element of entries,
a. Replace the element of entries whose value is e
with an element whose value is empty.
but 'entries' and 'e' are not defined.
For 'entries', I think you're missing a step:
Let entries be the List that is the value of S’s [[SetData]]
internal data property.
For 'e', change it to 'p' (or change 'p' to 'e').
- commentid:
3571
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-04-04 17:50:44 -0700
fixed in rev 15 editor's draft
- commentid:
3990
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-05-14 18:14:12 -0700
resolved in rev 15, May 14, 2013 draft