Searched defs:thenable (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/async-hooks/ |
D | test-async-local-storage-thenable.js | 18 function thenable() { function
|
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/ |
D | -internal.js | 37 function handleForeignThenable(promise, thenable, then) { argument 62 function handleOwnThenable(promise, thenable) { argument
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-jobqueue.c | 56 ecma_value_t thenable; /**< thenable object */ member 298 ecma_value_t thenable, /**< thenable object */ in ecma_enqueue_promise_resolve_thenable_job()
|
/third_party/typescript/tests/cases/conformance/async/es5/functionDeclarations/ |
D | asyncFunctionDeclaration15_es5.ts | 7 declare let thenable: Thenable; property in Thenable
|
/third_party/typescript/tests/cases/conformance/async/es6/functionDeclarations/ |
D | asyncFunctionDeclaration15_es6.ts | 6 declare let thenable: Thenable; property in Thenable
|
/third_party/node/test/parallel/ |
D | test-event-capture-rejections.js | 136 function thenable() { function
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | using.js | 15 function castPreservingDisposable(thenable) { argument
|
/third_party/node/deps/npm/node_modules/es6-promise/dist/ |
D | es6-promise.js | 253 function handleForeignThenable(promise, thenable, then$$1) { argument 282 function handleOwnThenable(promise, thenable) { argument
|
D | es6-promise.auto.js | 253 function handleForeignThenable(promise, thenable, then$$1) { argument 282 function handleOwnThenable(promise, thenable) { argument
|