« Bugzilla Issues Index
#3536 — 24.1.4.3 ArrayBuffer.prototype.slice: Don't check for `null` in step 4
- bug_id:
3536
- creation_ts:
2015-01-15 09:25:00 -0800
- short_desc:
24.1.4.3 ArrayBuffer.prototype.slice: Don't check for `null` in step 4
- delta_ts:
2015-01-15 16:19:06 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 30: December 24, 2014 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:
11377
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-01-15 09:25:18 -0800
24.1.4.3 ArrayBuffer.prototype.slice ( start , end )
Step 4 should only check for `undefined`.
- commentid:
11398
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 12:54:26 -0800
fixed in rev31 editor's draft
that line was eliminated as part of allocation/instantiation reform
- commentid:
11457
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:06 -0800
In Rev31