archives

« Bugzilla Issues Index

#2163 — 22.2.1.2 %TypedArray%: Set internal slots in consecutive steps


22.2.1.2 %TypedArray% ( typedArray ):

The internal slots of the TypedArray object should be set in consecutive steps. Otherwise it's possible to object could end up half-initialised, for example in case of out-of-memory situations. That means move steps 25-26 before steps 22-24.


fixed in rev21 editor's draft


fixed in rev21 draft