archives

« Bugzilla Issues Index

#1329 — 15.13.6.6.9: "return a typeError exception"


In 15.13.6.6.9 "TypedArray.prototype.subarray(begin = 0, end = this.length )",
step 28 says:
If IsConstructor(constructor) is false, then return a typeError exception.

Change "return" to "throw".
Change "typeError" to "TypeError".


fixed in rev15 editor's draft


resolved in rev 15, May 14, 2013 draft