Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jquery/jquery
/ isWindow
Function
isWindow
dist-module/jquery.factory.slim.module.js:66–68 ·
view source on GitHub ↗
( obj )
Source
from the content-addressed store, hash-verified
64
}
65
66
function
isWindow( obj ) {
67
return
obj != null && obj === obj.window;
68
}
69
70
function
isArrayLike( obj ) {
71
Callers
2
isArrayLike
Function · 0.70
jQueryFactoryWrapper
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected