MCPcopy Create free account
hub / github.com/TruthHun/BookStack / FakeConstructor

Function FakeConstructor

static/word2md/mammoth.browser.js:9389–9389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9387function toFastProperties(obj) {
9388 /*jshint -W027,-W055,-W031*/
9389 function FakeConstructor() {}
9390 FakeConstructor.prototype = obj;
9391 var l = 8;
9392 while (l--) new FakeConstructor();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected