Features: add missing TypedArray constructors

This commit is contained in:
Rick Waldron 2018-04-19 15:31:54 -04:00
parent 338688bb57
commit 4f7268566b
1 changed files with 3 additions and 0 deletions

View File

@ -107,9 +107,11 @@ default-parameters
destructuring-assignment destructuring-assignment
destructuring-binding destructuring-binding
for-of for-of
Float32Array
Float64Array Float64Array
generators generators
Int8Array Int8Array
Int32Array
let let
Map Map
new.target new.target
@ -141,6 +143,7 @@ TypedArray
u180e u180e
Uint8Array Uint8Array
Uint16Array Uint16Array
Uint8ClampedArray
WeakMap WeakMap
WeakSet WeakSet