« Bugzilla Issues Index
#4238 — 20.3.4.32-33 Date.prototype.setUTCXXX: Missing ReturnIfAbrupt
- bug_id:
4238
- creation_ts:
2015-03-27 08:21:00 -0700
- short_desc:
20.3.4.32-33 Date.prototype.setUTCXXX: Missing ReturnIfAbrupt
- delta_ts:
2015-04-03 12:35:39 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 36: March 17, 2015 Release Candidate 3
- 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:
13955
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-03-27 08:21:50 -0700
20.3.4.32 Date.prototype.setUTCMinutes ( min [ , sec [, ms ] ] )
Missing ReturnIfAbrupt after ToNumber in steps 3, 4, and 5.
20.3.4.33 Date.prototype.setUTCMonth ( month [ , date ] )
Missing ReturnIfAbrupt after ToNumber in steps 3 and 4.
20.3.4.34 Date.prototype.setUTCSeconds ( sec [ , ms ] )
Missing ReturnIfAbrupt after ToNumber in steps 3 and 4.
- commentid:
13991
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-01 10:53:19 -0700
fixed in rev37 editor's draft
- commentid:
14098
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-03 12:35:39 -0700
In Rev37