(object, prop)
| 88095 | }; |
| 88096 | } |
| 88097 | function hasOwnProperty(object, prop) { |
| 88098 | return Object.prototype.hasOwnProperty.call(object, prop); |
| 88099 | } |
| 88100 | function getOwnProperty(object, prop) { |
| 88101 | return hasOwnProperty(object, prop) && object[prop]; |
| 88102 | } |
no outgoing calls
no test coverage detected