mirror of https://github.com/tc39/test262.git
add missing TypedArray feature
This commit is contained in:
parent
33a5433d1b
commit
4bbe20d52c
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Creating TypedArray from other TypedArrays doesn't look up Symbol.species.
|
Creating TypedArray from other TypedArrays doesn't look up Symbol.species.
|
||||||
features: [Symbol.species]
|
features: [TypedArray, ArrayBuffer, Symbol.species]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
let throwOnGrossBufferConstruction = false;
|
let throwOnGrossBufferConstruction = false;
|
||||||
|
|
Loading…
Reference in New Issue