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

Function classCallCheck

libs/mapv/mapv.js:163–167  ·  view source on GitHub ↗
(instance, Constructor)

Source from the content-addressed store, hash-verified

161};
162
163var classCallCheck = function (instance, Constructor) {
164 if (!(instance instanceof Constructor)) {
165 throw new TypeError("Cannot call a class as a function");
166 }
167};
168
169var createClass = function () {
170 function defineProperties(target, props) {

Callers 7

MapHelperFunction · 0.70
BaseLayerFunction · 0.70
AnimationLayerFunction · 0.70
LayerFunction · 0.70
LayerRendererFunction · 0.70
MapVRendererFunction · 0.70
MapVLayerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected