Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brianchirls/Seriously.js
/ getOwn
Function
getOwn
lib/require.js:83–85 ·
view source on GitHub ↗
(obj, prop)
Source
from the content-addressed store, hash-verified
81
}
82
83
function
getOwn(obj, prop) {
84
return
hasProp(obj, prop) && obj[prop];
85
}
86
87
/**
88
* Cycles over properties in an object and calls a
function
for
each
Callers
9
normalize
Function · 0.85
hasPathFallback
Function · 0.85
makeModuleMap
Function · 0.85
getModule
Function · 0.85
on
Function · 0.85
onError
Function · 0.85
newContext
Function · 0.85
breakCycle
Function · 0.85
require.js
File · 0.85
Calls
1
hasProp
Function · 0.85
Tested by
no test coverage detected