mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 15:34:29 +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
|
# https://github.com/tc39/proposal-array-find-from-last
|
||||||
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
|
# Intl.DurationFormat
|
||||||
# https://github.com/tc39/proposal-intl-duration-format
|
# https://github.com/tc39/proposal-intl-duration-format
|
||||||
Intl.DurationFormat
|
Intl.DurationFormat
|
||||||
|
@ -25,7 +25,7 @@ info: |
|
|||||||
16. Assert: Each of the above calls returns true.
|
16. Assert: Each of the above calls returns true.
|
||||||
17. Return unscopableList.
|
17. Return unscopableList.
|
||||||
includes: [propertyHelper.js]
|
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];
|
var unscopables = Array.prototype[Symbol.unscopables];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user