Searched refs:maybePromise (Results 1 – 4 of 4) sorted by relevance
| /plugin/asciidocjs/node_modules/yargs/build/lib/utils/ |
| D | is-promise.js | 1 export function isPromise(maybePromise) { argument 2 return (!!maybePromise && 3 !!maybePromise.then && 4 typeof maybePromise.then === 'function');
|
| /plugin/asciidocjs/node_modules/yargs/build/lib/ |
| D | yargs-factory.js | 722 const maybePromise = this.parse(args, shortCircuit, _parseFn); 723 return !isPromise(maybePromise) 724 ? Promise.resolve(maybePromise) 725 : maybePromise; 728 const maybePromise = this.parse(args, shortCircuit, _parseFn); 729 if (isPromise(maybePromise)) { 732 return maybePromise;
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 365 var maybePromise = tryConvertToPromise(thisArg); 369 ret._setBoundTo(maybePromise); 370 if (maybePromise instanceof Promise) { 375 bindingPromise: maybePromise 378 maybePromise._then( 380 ret._setOnCancel(maybePromise); 2022 var maybePromise = tryConvertToPromise(ret, promise); 2023 if (maybePromise instanceof Promise) { 2025 if (maybePromise._isCancelled()) { 2031 } else if (maybePromise.isPending()) { [all …]
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js.map | 1 …maybePromise","_target","_setBoundTo","_setOnCancel","_boundTo","_isBound","resolve","4","old","bl…
|