"git@gitlab.doc.ic.ac.uk:hlgr/drawing-app.git" did not exist on "e3ee3d0f9deefead8112e604adf5bc763f83f81d"
Replace TypedArray constructor invalid length test for ES2016 specs
Replace a ES2015 test where calling the TypedArray constructor with a floating number triggered a RangeError. Within the ES2016 specs, the same call will trigger a TypeError, as the result for `SameValue(NewTarget, here)` will be checked before.
Please register or sign in to comment