archives

« Bugzilla Issues Index

#2784 — 22.2.2.1.1 TypedArrayFrom: Add steps to initialize typed array when @@iterator not present


22.2.2.1.1 Runtime Semantics: TypedArrayFrom( constructor, target, items, mapfn, thisArg ):

Add steps to initialize typed array object when @@iterator not present.


Test case:
---
new Int8Array({length:0})
---


fixed in rev25 editor's draft


fixed in rev25 editor's draft


fixed in rev25 editor's draft