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

Function extendStatics

codebase/sources/dhtmlxscheduler.js:15935–15944  ·  view source on GitHub ↗
(d, b)

Source from the content-addressed store, hash-verified

15933 return IterResult2;
15934 }();
15935 var extendStatics = function(d, b) {
15936 extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
15937 d2.__proto__ = b2;
15938 } || function(d2, b2) {
15939 for (var p in b2)
15940 if (Object.prototype.hasOwnProperty.call(b2, p))
15941 d2[p] = b2[p];
15942 };
15943 return extendStatics(d, b);
15944 };
15945 function __extends(d, b) {
15946 if (typeof b !== "function" && b !== null)
15947 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