Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/moxiecode/plupload
/ isFunction
Function
isFunction
tests/js/require.js:43–45 ·
view source on GitHub ↗
(it)
Source
from the content-addressed store, hash-verified
41
}
42
43
function
isFunction(it) {
44
return
ostring.call(it) ===
'[object Function]'
;
45
}
46
47
function
isArray(it) {
48
return
ostring.call(it) ===
'[object Array]'
;
Callers
4
mixin
Function · 0.85
require.js
File · 0.85
newContext
Function · 0.85
localRequire
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected