Object.getOwnPropertyDescriptors(O) ? // plural

C. Scott Ananian ecmascript at cscott.net
Wed Mar 5 11:11:59 PST 2014


On Wed, Mar 5, 2014 at 1:39 PM, Tom Van Cutsem <tomvc.be at gmail.com> wrote:
> Object.getOwnPropertyDescriptors(proxy) would trigger the
> getOwnPropertyNames trap, followed by calls to the getOwnPropertyDescriptor
> trap for each individual property.

[[OwnPropertyKeys]], `ownKeys` trap.
  --scott


More information about the es-discuss mailing list