MCPcopy Create free account
hub / github.com/cujojs/poly / hasProp

Function hasProp

object.js:261–263  ·  view source on GitHub ↗
(object, name)

Source from the content-addressed store, hash-verified

259
260 // for better compression
261 function hasProp (object, name) {
262 return object.hasOwnProperty(name);
263 }
264
265 function _keys (object) {
266 var result = [];

Callers 4

object.jsFile · 0.85
_keysFunction · 0.85
getOwnPropertyDescriptorFunction · 0.85
isExtensibleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected