MCPcopy Index your code
hub / github.com/microsoft/SandDance / hasOwnProperty

Function hasOwnProperty

docs/app/js/sanddance-app.js:88097–88099  ·  view source on GitHub ↗
(object, prop)

Source from the content-addressed store, hash-verified

88095 };
88096}
88097function hasOwnProperty(object, prop) {
88098 return Object.prototype.hasOwnProperty.call(object, prop);
88099}
88100function getOwnProperty(object, prop) {
88101 return hasOwnProperty(object, prop) && object[prop];
88102}

Callers 2

_loopFunction · 0.70
getOwnPropertyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected