-
- Downloads
Merge pull request #485 from bocoup/typedarray-constructor
Add tests for _TypedArray_ constructors
No related branches found
No related tags found
Showing
- test/built-ins/TypedArrays/object-arg-throws-setting-property.js 37 additions, 0 deletions...ilt-ins/TypedArrays/object-arg-throws-setting-property.js
- test/built-ins/TypedArrays/object-arg-throws-setting-symbol-property.js 34 additions, 0 deletions.../TypedArrays/object-arg-throws-setting-symbol-property.js
- test/built-ins/TypedArrays/object-arg-undefined-newtarget-throws.js 29 additions, 0 deletions...-ins/TypedArrays/object-arg-undefined-newtarget-throws.js
- test/built-ins/TypedArrays/object-arg-use-custom-proto-if-object.js 47 additions, 0 deletions...-ins/TypedArrays/object-arg-use-custom-proto-if-object.js
- test/built-ins/TypedArrays/object-arg-use-default-proto-if-custom-proto-is-not-object.js 46 additions, 0 deletions...ct-arg-use-default-proto-if-custom-proto-is-not-object.js
- test/built-ins/TypedArrays/typedarray-arg-custom-proto-access-throws.js 47 additions, 0 deletions.../TypedArrays/typedarray-arg-custom-proto-access-throws.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-access-throws.js 41 additions, 0 deletions...ys/typedarray-arg-other-ctor-buffer-ctor-access-throws.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species.js 52 additions, 0 deletions...s/typedarray-arg-other-ctor-buffer-ctor-custom-species.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-not-object-throws.js 61 additions, 0 deletions...ypedarray-arg-other-ctor-buffer-ctor-not-object-throws.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-access-throws.js 45 additions, 0 deletions...array-arg-other-ctor-buffer-ctor-species-access-throws.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js 47 additions, 0 deletions...ray-arg-other-ctor-buffer-ctor-species-not-ctor-throws.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-null.js 46 additions, 0 deletions...ays/typedarray-arg-other-ctor-buffer-ctor-species-null.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-prototype-throws.js 59 additions, 0 deletions...ay-arg-other-ctor-buffer-ctor-species-prototype-throws.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-undefined.js 45 additions, 0 deletions...ypedarray-arg-other-ctor-buffer-ctor-species-undefined.js
- test/built-ins/TypedArrays/typedarray-arg-other-ctor-returns-new-typedarray.js 27 additions, 0 deletions...rrays/typedarray-arg-other-ctor-returns-new-typedarray.js
- test/built-ins/TypedArrays/typedarray-arg-returns-new-instance.js 30 additions, 0 deletions...lt-ins/TypedArrays/typedarray-arg-returns-new-instance.js
- test/built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-access-throws.js 45 additions, 0 deletions...ays/typedarray-arg-same-ctor-buffer-ctor-access-throws.js
- test/built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom.js 60 additions, 0 deletions...ys/typedarray-arg-same-ctor-buffer-ctor-species-custom.js
- test/built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js 49 additions, 0 deletions.../typedarray-arg-same-ctor-buffer-ctor-species-not-ctor.js
- test/built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-null.js 49 additions, 0 deletions...rays/typedarray-arg-same-ctor-buffer-ctor-species-null.js
Loading
Please register or sign in to comment