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

Function hasOwn

06.Router/basic/js/vue.js:79–81  ·  view source on GitHub ↗

* Check whether the object has the property. * * @param {Object} obj * @param {String} key * @return {Boolean}

(obj, key)

Source from the content-addressed store, hash-verified

77 */
78
79 function hasOwn(obj, key) {
80 return hasOwnProperty.call(obj, key);
81 }
82
83 /**
84 * Check if an expression is a literal value.

Callers 9

setFunction · 0.70
delFunction · 0.70
mergeDataFunction · 0.70
mergeOptionsFunction · 0.70
observeFunction · 0.70
vue.jsFile · 0.70
makePropsLinkFnFunction · 0.70
getPropDefaultValueFunction · 0.70
stateMixinFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected