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

Function extendStatics

docs/app/js/sanddance-app.js:20164–20173  ·  view source on GitHub ↗
(d1, b1)

Source from the content-addressed store, hash-verified

20162OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20163PERFORMANCE OF THIS SOFTWARE.
20164***************************************************************************** */ /* global Reflect, Promise */ var extendStatics = function(d1, b1) {
20165 extendStatics = Object.setPrototypeOf || ({
20166 __proto__: []
20167 }) instanceof Array && function(d, b) {
20168 d.__proto__ = b;
20169 } || function(d, b) {
20170 for(var p in b)if (b.hasOwnProperty(p)) d[p] = b[p];
20171 };
20172 return extendStatics(d1, b1);
20173};
20174function __extends(d, b) {
20175 extendStatics(d, b);
20176 function __() {

Callers 1

__extendsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected