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
|
||||
# https://github.com/tc39/ecmascript_sharedmem
|
||||
Atomics
|
||||
SharedArrayBuffer
|
||||
|
||||
# Standard language features
|
||||
|
@ -80,6 +81,7 @@ DataView.prototype.setUint8
|
|||
default-arg
|
||||
default-parameters
|
||||
destructuring-binding
|
||||
for-of
|
||||
Float64Array
|
||||
generators
|
||||
Int8Array
|
||||
|
|
Loading…
Reference in New Issue