« Bugzilla Issues Index
#3935 — 22.2.1.1.1 AllocateTypedArray: Unnecessary check in step 1
- bug_id:
3935
- creation_ts:
2015-02-14 12:45:00 -0800
- short_desc:
22.2.1.1.1 AllocateTypedArray: Unnecessary check in step 1
- delta_ts:
2015-02-19 19:10:59 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 33: February 12, 2015 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:
12678
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-02-14 12:45:05 -0800
22.2.1.1.1 Runtime Semantics: AllocateTypedArray (newTarget, length )
AllocateTypedArray is always called with a constructor function, so the if-test in step 1 is not needed. Maybe change to "Assert: IsConstructor(newTarget) is true."?
- commentid:
12738
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-15 14:08:35 -0800
fixed in rev34 editor's draft
- commentid:
13082
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-19 19:10:59 -0800
fixed in rev34