1
0
mirror of https://github.com/tc39/test262.git synced 2025-04-08 19:35:28 +02:00

add missing TypedArray feature

This commit is contained in:
Jordan Harband 2022-04-14 15:31:37 -07:00 committed by jugglinmike
parent 33a5433d1b
commit 4bbe20d52c

@ -4,7 +4,7 @@
/*---
description: >
Creating TypedArray from other TypedArrays doesn't look up Symbol.species.
features: [Symbol.species]
features: [TypedArray, ArrayBuffer, Symbol.species]
---*/
let throwOnGrossBufferConstruction = false;