test262/test/built-ins/TypedArray
Leonardo Balter 1a64295a0b 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.
2016-01-21 10:41:16 -05:00
..
Symbol.species Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00
from Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00
of Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00
prototype Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00
invoked-as-ctor-with-arguments.js Replace TypedArray constructor invalid length test for ES2016 specs 2016-01-21 10:41:16 -05:00
invoked-as-ctor.js Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00
invoked-as-func.js Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00
length.js Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00
name.js Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00
negative-zero-byteoffset.js Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
prototype.js Add tests for TypedArray intrinsic 2016-01-21 10:41:16 -05:00