MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / isBuiltInObject

Function isBuiltInObject

libs/echarts/echarts-en.simple.js:705–707  ·  view source on GitHub ↗

* @memberOf module:zrender/core/util * @param {*} value * @return {boolean}

(value)

Source from the content-addressed store, hash-verified

703 * @return {boolean}
704 */
705function isBuiltInObject(value) {
706 return !!BUILTIN_OBJECT[objToString.call(value)];
707}
708
709/**
710 * @memberOf module:zrender/core/util

Callers 1

mergeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected