Showing 1-20 of 57,370 packages
Property descriptor factory
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Return a property descriptor for an object's own property.
bind a property descriptor (value, getter and setter)
Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.
Inspects a Property and returns useful informations about it (e.g. nested properties, function inspection, property descriptor, value, type, constructor)
Generate property descriptor maps
Return a property descriptor for an object's own or inherited property.
Define property descriptor.
Sham for ES6 Object.getOwnPropertyDescriptor
Get property descriptor.
Is Property Descriptor is package from Ganuz library
Get Own Property Descriptor is package from Ganuz library
Javascript object property descriptor and associate DSL : Object queries, RQL and traversal.
To Property Descriptor is package from Ganuz library
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Returns true if a value has the characteristics of a valid JavaScript data descriptor.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Copy a descriptor from object A to object B