MCPcopy
hub / github.com/tdewolff/minify / hasOwnProp

Function hasOwnProp

_benchmarks/sample_moment.js:41–43  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

39 }
40
41 function hasOwnProp(a, b) {
42 return Object.prototype.hasOwnProperty.call(a, b);
43 }
44
45 function isObjectEmpty(obj) {
46 if (Object.getOwnPropertyNames) {

Callers 15

isObjectEmptyFunction · 0.70
extendFunction · 0.70
deprecateFunction · 0.70
setFunction · 0.70
mergeConfigsFunction · 0.70
sample_moment.jsFile · 0.70
normalizeObjectUnitsFunction · 0.70
getPrioritizedUnitsFunction · 0.70
getParseRegexForTokenFunction · 0.70
addTimeToArrayFromTokenFunction · 0.70
monthsShortRegexFunction · 0.70
monthsRegexFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…