« Bugzilla Issues Index
#3085 — 20.3.4.41: redundant type-check
- bug_id:
3085
- creation_ts:
2014-07-27 16:47:00 -0700
- short_desc:
20.3.4.41: redundant type-check
- delta_ts:
2014-08-25 08:29:26 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 26: July 18, 2014 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:
9622
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-07-27 16:47:29 -0700
In 20.3.4.41 "Date.prototype.toString ( )",
step 2 says:
If Type(O) is Object and O does not have a [[DateValue]] internal slot, then
but the "Type(O) is Object" check is redundant,
because the semantics of "this Date object"
guarantee that Type(O) is Object.
- commentid:
9675
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-05 13:21:57 -0700
fixed in rev27 editor's draft
- commentid:
9928
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:26 -0700
fixed in rev27 draft