archives

« Bugzilla Issues Index

#2050 — 24.2.2.1, DataView: Ensure [[ArrayBufferData]] is not undefined in step 6


24.2.2.1, DataView(buffer, byteOffset=0, byteLength=undefined), step 6:

Step 6 only ensures `buffer` is a ArrayBuffer instance, but it still may be uninitialised. Add an additional step to ensure [[ArrayBufferData]] is not undefined.

22.2.1.4 %TypedArray%(...) already performs this additional check in step 3.


fixed in rev20 editor's draft


fixed in rev20 draft, Oct. 28, 2013