MCPcopy
hub / github.com/moxiecode/plupload / getOwn

Function getOwn

tests/js/require.js:85–87  ·  view source on GitHub ↗
(obj, prop)

Source from the content-addressed store, hash-verified

83 }
84
85 function getOwn(obj, prop) {
86 return hasProp(obj, prop) && obj[prop];
87 }
88
89 /**
90 * Cycles over properties in an object and calls a function for each

Callers 9

normalizeFunction · 0.85
hasPathFallbackFunction · 0.85
makeModuleMapFunction · 0.85
getModuleFunction · 0.85
onFunction · 0.85
onErrorFunction · 0.85
newContextFunction · 0.85
breakCycleFunction · 0.85
require.jsFile · 0.85

Calls 1

hasPropFunction · 0.85

Tested by

no test coverage detected