« Bugzilla Issues Index
#1686 — 15.17.3: WeakSet.prototype methods need to test input value is Object
- bug_id:
1686
- creation_ts:
2013-07-31 07:07:00 -0700
- short_desc:
15.17.3: WeakSet.prototype methods need to test input value is Object
- delta_ts:
2013-08-23 08:23:17 -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:
4663
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-07-31 07:07:07 -0700
WeakSet.prototype.{add, delete, has} need to test that the input value is an object or otherwise throw a TypeError, just like WeakMap does.
And:
- 15.17.3.4 algorithm steps are misnumbered.
- 15.17.3.4, steps 13-14 got mangled
- 15.17.3.1 mentions Set instead of WeakSet
- commentid:
4952
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-16 16:18:35 -0700
fixed in rev17 editor's draft
- commentid:
5155
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:23:17 -0700
fixed in rev17, August 23, 2013 draft