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

Function hasProp

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

Source from the content-addressed store, hash-verified

79 }
80
81 function hasProp(obj, prop) {
82 return hasOwn.call(obj, prop);
83 }
84
85 function getOwn(obj, prop) {
86 return hasProp(obj, prop) && obj[prop];

Callers 7

getOwnFunction · 0.85
eachPropFunction · 0.85
mixinFunction · 0.85
onFunction · 0.85
newContextFunction · 0.85
callGetModuleFunction · 0.85
localRequireFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected