archives

« Bugzilla Issues Index

#1677 — 15.13.6: [[Call]] and [[Construct]] behaviour missing for TypedArray constructors


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.


fixed in rev17 editor's draft


fixed in rev17, August 23, 2013 draft