archives

« Bugzilla Issues Index

#1382 — 15.13.6.1.4: "typedArray" not defined


In 15.13.6.1.4 "TypedArray ( buffer, byteOffset=0, length=undefined )",
step 1 says:
Assert: Type(buffer) is Object and typedArray has a [[ArrayBufferData]]
internal data property.
but 'typedArray' is not defined.

Change it to 'buffer'?
(Or change all occurrences of 'buffer' to 'typedArray'.)


Also, the preamble says:
... with arguments length, byteOffset, and length ...

Change the first "length" to "buffer" (or "typedArray").


fixed in rev 15 editor's draft


resolved in rev 15, May 14, 2013 draft