Changeset 79a0317 for imaps-frontend/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js
r0c6b92a r79a0317 5 5 module.exports = function isFullyPopulatedPropertyDescriptor(ES, Desc) { 6 6 return isPropertyDescriptor(Desc) 7 && typeof Desc === 'object'8 7 && '[[Enumerable]]' in Desc 9 8 && '[[Configurable]]' in Desc
Note:
See TracChangeset
for help on using the changeset viewer.