MCPcopy Create free account
hub / github.com/browserify/static-module / has

Function has

bench/input.js:267–269  ·  view source on GitHub ↗
(obj, propName)

Source from the content-addressed store, hash-verified

265// Checks if an object has a property.
266
267function has(obj, propName) {
268 return hasOwnProperty.call(obj, propName)
269}
270
271var isArray = Array.isArray || (function (obj) { return (
272 toString.call(obj) === "[object Array]"

Callers 3

walkFunction · 0.85
getOptionsFunction · 0.85
input.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected