Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
If available, the Object.prototype.__proto__
accessor and mutator, call-bound
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Returns true if a value has the characteristics of a valid JavaScript data descriptor.