« Bugzilla Issues Index
#1677 — 15.13.6: [[Call]] and [[Construct]] behaviour missing for TypedArray constructors
- bug_id:
1677
- creation_ts:
2013-07-31 06:32:00 -0700
- short_desc:
15.13.6: [[Call]] and [[Construct]] behaviour missing for TypedArray constructors
- delta_ts:
2013-08-23 08:22:35 -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:
4652
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-07-31 06:32:07 -0700
For the concrete TypedArray constructors, the [[Call]] and [[Construct]] behaviour is missing.
[[Construct]] should just call OrdinaryConstruct().
[[Call]] should perform a `super()` like call, similar to default constructors in user classes.
- commentid:
4957
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-16 17:14:59 -0700
fixed in rev17 editor's draft
- commentid:
5083
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:22:35 -0700
fixed in rev17, August 23, 2013 draft