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

Function rejectThis

static/word2md/mammoth.browser.js:4219–4221  ·  view source on GitHub ↗
(_, e)

Source from the content-addressed store, hash-verified

4217module.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) {
4218var calledBind = false;
4219var rejectThis = function(_, e) {
4220 this._reject(e);
4221};
4222
4223var targetRejected = function(e, context) {
4224 context.promiseRejectionQueued = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected