MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / extendStatics

Function extendStatics

codebase/sources/dhtmlxscheduler.es.js:15931–15940  ·  view source on GitHub ↗
(d, b)

Source from the content-addressed store, hash-verified

15929 return IterResult2;
15930}();
15931var extendStatics = function(d, b) {
15932 extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
15933 d2.__proto__ = b2;
15934 } || function(d2, b2) {
15935 for (var p in b2)
15936 if (Object.prototype.hasOwnProperty.call(b2, p))
15937 d2[p] = b2[p];
15938 };
15939 return extendStatics(d, b);
15940};
15941function __extends(d, b) {
15942 if (typeof b !== "function" && b !== null)
15943 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");

Callers 1

__extendsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected