mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Add missing feature flag array-grouping
This commit is contained in:
parent
5fb0f5b6d2
commit
d8fb00d741
@ -260,6 +260,10 @@ ShadowRealm
|
||||
# https://github.com/tc39/proposal-array-find-from-last
|
||||
array-find-from-last
|
||||
|
||||
# Array.prototype.groupBy & Array.prototype.groupByToMap
|
||||
# https://github.com/tc39/proposal-array-grouping
|
||||
array-grouping
|
||||
|
||||
# Intl.DurationFormat
|
||||
# https://github.com/tc39/proposal-intl-duration-format
|
||||
Intl.DurationFormat
|
||||
|
@ -25,7 +25,7 @@ info: |
|
||||
16. Assert: Each of the above calls returns true.
|
||||
17. Return unscopableList.
|
||||
includes: [propertyHelper.js]
|
||||
features: [Symbol.unscopables, array-find-from-last]
|
||||
features: [Symbol.unscopables, array-find-from-last, array-grouping]
|
||||
---*/
|
||||
|
||||
var unscopables = Array.prototype[Symbol.unscopables];
|
||||
|
Loading…
x
Reference in New Issue
Block a user