MCPcopy
hub / github.com/apache/echarts / hasOwn

Function hasOwn

test/lib/ecSimpleOptionPlayer.js:12–14  ·  view source on GitHub ↗
(own, prop)

Source from the content-addressed store, hash-verified

10 }
11 }
12 function hasOwn(own, prop) {
13 return own.hasOwnProperty(prop);
14 }
15 function isObject(value) {
16 var type = typeof value;
17 return type === 'function' || (!!value && type === 'object');

Callers 2

getMapValueFunction · 0.70
SimpleOptionPlayerFunction · 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…