// Copyright (c) 2023 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-object.groupby
description: Object.groupBy property name descriptor
info: |
Object.groupBy ( items, callbackfn )
...
17 ECMAScript Standard Built-in Objects
...
includes: [propertyHelper.js]
features: [array-grouping]
---*/
verifyProperty(Object.groupBy, "name", {
value: "groupBy",
enumerable: false,
writable: false,
configurable: true
});
reportCompare(0, 0);
| Messung V0.5 in Prozent |
|---|
| | | |
¤ Dauer der Verarbeitung: 0.8 Sekunden
(vorverarbeitet am 2026-06-07)
¤
*© Formatika GbR, Deutschland