MCPcopy
hub / github.com/ssut/py-googletrans / isFunction

Function isFunction

docs/_build/html/_static/jquery-3.5.1.js:77–84  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

75var support = {};
76
77var isFunction = function isFunction( obj ) {
78
79 // Support: Chrome <=57, Firefox <=52
80 // In some browsers, typeof returns "function" for HTML <object> elements
81 // (i.e., `typeof document.createElement( "object" ) === "function"`).
82 // We don't want to classify *any* DOM node as a function.
83 return typeof obj === "function" && typeof obj.nodeType !== "number";
84 };
85
86
87var isWindow = function isWindow( obj ) {

Callers 10

jquery-3.5.1.jsFile · 0.85
isArrayLikeFunction · 0.85
winnowFunction · 0.85
adoptValueFunction · 0.85
mightThrowFunction · 0.85
accessFunction · 0.85
domManipFunction · 0.85
AnimationFunction · 0.85
addFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected