mirror of https://github.com/tc39/test262.git
features.txt: update list to include Atomics, for-of
This commit is contained in:
parent
c7a5d21bee
commit
fa61006313
|
@ -51,6 +51,7 @@ regexp-unicode-property-escapes
|
||||||
|
|
||||||
# Shared Memory and atomics
|
# Shared Memory and atomics
|
||||||
# https://github.com/tc39/ecmascript_sharedmem
|
# https://github.com/tc39/ecmascript_sharedmem
|
||||||
|
Atomics
|
||||||
SharedArrayBuffer
|
SharedArrayBuffer
|
||||||
|
|
||||||
# Standard language features
|
# Standard language features
|
||||||
|
@ -80,6 +81,7 @@ DataView.prototype.setUint8
|
||||||
default-arg
|
default-arg
|
||||||
default-parameters
|
default-parameters
|
||||||
destructuring-binding
|
destructuring-binding
|
||||||
|
for-of
|
||||||
Float64Array
|
Float64Array
|
||||||
generators
|
generators
|
||||||
Int8Array
|
Int8Array
|
||||||
|
|
Loading…
Reference in New Issue