MCPcopy Create free account
hub / github.com/codrops/RainEffect / getWindowNames

Function getWindowNames

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

Source from the content-addressed store, hash-verified

716 ? Object.getOwnPropertyNames(window) : [];
717
718var getWindowNames = function(it){
719 try {
720 return getNames(it);
721 } catch(e){
722 return windowNames.slice();
723 }
724};
725
726module.exports.get = function getOwnPropertyNames(it){
727 if(windowNames && toString.call(it) == '[object Window]')return getWindowNames(it);

Callers 1

index3.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected