MCPcopy Create free account
hub / github.com/codrops/RainEffect / $getOwnPropertyDescriptor

Function $getOwnPropertyDescriptor

demo/js/main.js:3451–3455  ·  view source on GitHub ↗
(it, key)

Source from the content-addressed store, hash-verified

3449 ? E : true;
3450};
3451var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key){
3452 var D = getDesc(it = toIObject(it), key);
3453 if(D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key]))D.enumerable = true;
3454 return D;
3455};
3456var $getOwnPropertyNames = function getOwnPropertyNames(it){
3457 var names = getNames(toIObject(it))
3458 , result = []

Callers 1

main.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected