archives

« Bugzilla Issues Index

#3935 — 22.2.1.1.1 AllocateTypedArray: Unnecessary check in step 1


22.2.1.1.1 Runtime Semantics: AllocateTypedArray (newTarget, length )

AllocateTypedArray is always called with a constructor function, so the if-test in step 1 is not needed. Maybe change to "Assert: IsConstructor(newTarget) is true."?


fixed in rev34 editor's draft


fixed in rev34