archives

« Bugzilla Issues Index

#4053 — 24.2.2.1 DataView: Unnecessary variable "viewLength"


24.2.2.1 DataView (buffer [ , byteOffset [ , byteLength ] ] )

Steps 12.a-c can be simplified to:

> Let viewByteLength be ToLength(byteLength).
> ReturnIfAbrupt(viewByteLength).


fixed in rev35 editor's draft


fixed in rev35