MCPcopy
hub / github.com/NaiboWang/EasySpider / hasOwn

Function hasOwn

ElectronJS/src/js/vue.global.js:345–345  ·  view source on GitHub ↗
(val, key)

Source from the content-addressed store, hash-verified

343 };
344 const hasOwnProperty$1 = Object.prototype.hasOwnProperty;
345 const hasOwn = (val, key) => hasOwnProperty$1.call(val, key);
346 const isArray = Array.isArray;
347 const isMap = (val) => toTypeString(val) === '[object Map]';
348 const isSet = (val) => toTypeString(val) === '[object Set]';

Callers 15

createGetterFunction · 0.70
createSetterFunction · 0.70
deletePropertyFunction · 0.70
isEmitListenerFunction · 0.70
hasSetupBindingFunction · 0.70
getFunction · 0.70
setFunction · 0.70
hasFunction · 0.70
definePropertyFunction · 0.70
updatePropsFunction · 0.70
setFullPropsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected