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