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

Function fillTypes

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

Source from the content-addressed store, hash-verified

7469 util.toFastProperties(Promise);
7470 util.toFastProperties(Promise.prototype);
7471 function fillTypes(value) {
7472 var p = new Promise(INTERNAL);
7473 p._fulfillmentHandler0 = value;
7474 p._rejectionHandler0 = value;
7475 p._promise0 = value;
7476 p._receiver0 = value;
7477 }
7478 // Complete slack tracking, opt out of field-type tracking and
7479 // stabilize map
7480 fillTypes({a: 1});

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected