Object.getOwnPropertyDescriptors

Specification
Proposal repo

Built-ins signatures

class Object {
  static getOwnPropertyDescriptors(object: any): { [property: PropertyKey]: PropertyDescriptor };
}

Entry points

core-js/proposals/object-getownpropertydescriptors