archives

« Bugzilla Issues Index

#2414 — 22.2.3.32 get %TypedArray%.prototype[@@toStringTag]: Invalid assertion in step 5


22.2.3.32 get %TypedArray%.prototype[@@toStringTag], step 5:

The assertion in step 5 is not valid when `O` is an uninitialised typed array object. Add an additional step after step 3 to handle this case:

4. If the value of O’s [[TypedArrayName]] internal slot is undefined, then throw a TypeError exception.


fixed in rev23 editor's draft


fixed in rev23 draft