MCPcopy Index your code
hub / github.com/ygs-code/vue / hasOwn

Function hasOwn

vue.js:189–191  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

187 var hasOwnProperty = Object.prototype.hasOwnProperty;
188
189 function hasOwn(obj, key) {
190 return hasOwnProperty.call(obj, key)
191 }
192
193 /**
194 * Create a cached version of a pure function.

Callers 13

observeFunction · 0.85
delFunction · 0.85
mergeDataFunction · 0.85
mergeOptionsFunction · 0.85
resolveAssetFunction · 0.85
validatePropFunction · 0.85
getPropDefaultValueFunction · 0.85
checkPropFunction · 0.85
initDataFunction · 0.85
initMethodsFunction · 0.85
resolveInjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected