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

Function $getOwnPropertyNames

demo/js/index3.js:3456–3463  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

3454 return D;
3455};
3456var $getOwnPropertyNames = function getOwnPropertyNames(it){
3457 var names = getNames(toIObject(it))
3458 , result = []
3459 , i = 0
3460 , key;
3461 while(names.length > i)if(!has(AllSymbols, key = names[i++]) && key != HIDDEN)result.push(key);
3462 return result;
3463};
3464var $getOwnPropertySymbols = function getOwnPropertySymbols(it){
3465 var names = getNames(toIObject(it))
3466 , result = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected