Home
last modified time | relevance | path

Searched refs:thenable (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md156 promise that follows the state of this thenable (#52).
H A DREADME.md480 If `$promiseOrValue` is a thenable (any object that provides a `then()` method),
481 a trusted promise that follows the state of the thenable is returned.
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4417 var thenable = result.value;
4419 if (thenable) {
4420 safelyResolveThenable(self, thenable);
4453 function safelyResolveThenable(self, thenable) { argument
4473 thenable(onSuccess, onError);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js4843 function castPreservingDisposable(thenable) { argument
4844 var maybePromise = tryConvertToPromise(thenable);
4845 if (maybePromise !== thenable &&
4846 typeof thenable._isDisposable === "function" &&
4847 typeof thenable._getDisposer === "function" &&
4848 thenable._isDisposable()) {
4849 maybePromise._setDisposable(thenable._getDisposer());
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js55354 var thenable = result.value;
55356 if (thenable) {
55357 safelyResolveThenable(self, thenable);
55396 function safelyResolveThenable(self, thenable) {
55419 thenable(onSuccess, onError);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1thenable","_isDisposable","_getDisposer","_setDisposable","castPreservingDisposable","tryDispose",…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1thenable = callback(source.token);\n const promise = new Promise((resolve, reject) => {\n …