MCPcopy Create free account
hub / github.com/microsoft/SandDance / __extends

Function __extends

docs/app/js/sanddance-app.js:20174–20180  ·  view source on GitHub ↗
(d, b)

Source from the content-addressed store, hash-verified

20172 return extendStatics(d1, b1);
20173};
20174function __extends(d, b) {
20175 extendStatics(d, b);
20176 function __() {
20177 this.constructor = d;
20178 }
20179 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
20180}
20181var __assign = function() {
20182 __assign = Object.assign || function __assign(t) {
20183 for(var s, i = 1, n = arguments.length; i < n; i++){

Callers

nothing calls this directly

Calls 1

extendStaticsFunction · 0.85

Tested by

no test coverage detected