/third_party/node/test/es-module/ |
D | test-esm-dynamic-import-assertion.js | 7 const results = await Promise.allSettled([ 17 const results = await Promise.allSettled([ 27 const results = await Promise.allSettled([ 37 const results = await Promise.allSettled([
|
D | test-esm-dynamic-import-assertion.mjs | 5 const results = await Promise.allSettled([ 15 const results = await Promise.allSettled([ 25 const results = await Promise.allSettled([ 35 const results = await Promise.allSettled([
|
D | test-esm-loader-spawn-promisified.mjs | 143 await Promise.allSettled([
|
/third_party/node/deps/npm/node_modules/promise-all-reject-late/ |
D | index.js | 1 const allSettled = constant 2 Promise.allSettled ? promises => Promise.allSettled(promises) 17 module.exports = promises => allSettled(promises).then(results => {
|
/third_party/node/deps/npm/node_modules/promise-all-reject-late/test/ |
D | index.js | 5 Promise.allSettled = null 8 Promise.allSettled = Promise.allSettled || (
|
/third_party/typescript/lib/ |
D | lib.es2020.promise.d.ts | 40 …allSettled<T extends readonly unknown[] | []>(values: T): Promise<{ -readonly [P in keyof T]: Prom… method 48 … allSettled<T>(values: Iterable<T | PromiseLike<T>>): Promise<PromiseSettledResult<Awaited<T>>[]>; method
|
/third_party/typescript/src/lib/ |
D | es2020.promise.d.ts | 20 …allSettled<T extends readonly unknown[] | []>(values: T): Promise<{ -readonly [P in keyof T]: Prom… method 28 … allSettled<T>(values: Iterable<T | PromiseLike<T>>): Promise<PromiseSettledResult<Awaited<T>>[]>; method
|
/third_party/typescript/tests/baselines/reference/ |
D | doYouNeedToChangeYourTargetLibraryES2016Plus.js | 38 const testPromiseAllSettled = Promise.allSettled([]); 83 var testPromiseAllSettled = Promise.allSettled([]);
|
D | doYouNeedToChangeYourTargetLibraryES2016Plus.types | 221 const testPromiseAllSettled = Promise.allSettled([]); 223 >Promise.allSettled([]) : any 224 >Promise.allSettled : any 226 >allSettled : any
|
D | doYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt | 28 …ToChangeYourTargetLibraryES2016Plus.ts(37,39): error TS2550: Property 'allSettled' does not exist … 127 const testPromiseAllSettled = Promise.allSettled([]); 129 !!! error TS2550: Property 'allSettled' does not exist on type 'PromiseConstructor'. Do you need to…
|
D | doYouNeedToChangeYourTargetLibraryES2016Plus.symbols | 110 const testPromiseAllSettled = Promise.allSettled([]);
|
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
D | async-iterator.any.js | 360 const iterResults = await Promise.allSettled([it.next(), it.next(), it.next()]); 411 const iterResults = await Promise.allSettled([it.next(), it.next(), it.return('return value')]); 452 const iterResults = await Promise.allSettled([it.next(), it.return('return value')]); 478 const iterResults = await Promise.allSettled([it.return('return value'), it.next()]); 502 …const iterResults = await Promise.allSettled([it.return('return value 1'), it.return('return value…
|
/third_party/typescript/tests/cases/compiler/ |
D | doYouNeedToChangeYourTargetLibraryES2016Plus.ts | 39 const testPromiseAllSettled = Promise.allSettled([]);
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
D | wrapKey_unwrapKey.https.any.js | 23 return Promise.allSettled(promises); 62 return Promise.allSettled(parameters.map(function(params) { 97 return Promise.allSettled(parameters.map(function(params) {
|
/third_party/node/deps/v8/src/builtins/ |
D | promise-all-element-closure.tq | 139 // Promise.allSettled, for each input element, has both a resolve and a reject 156 // Promise.allSettled is called.
|
D | promise-all.tq | 375 // Promise.allSettled ( iterable ) 380 PromiseAllSettledRejectElementFunctor{}, 'Promise.allSettled');
|
/third_party/node/test/parallel/ |
D | test-primordials-promise.js | 21 Promise.allSettled = common.mustNotCall('%Promise%.allSettled');
|
D | test-events-on-async-iterator.js | 156 const results = await Promise.allSettled([
|
/third_party/node/tools/doc/ |
D | generate.mjs | 106 return Promise.allSettled([
|
/third_party/node/lib/internal/per_context/ |
D | primordials.js | 561 SafePromise.allSettled(arrayToSafePromiseIterable(promises, mapFn)).then(a, b),
|
/third_party/node/doc/contributing/ |
D | primordials.md | 358 <code>%Promise.allSettled%</code>, 493 <code>%Promise.allSettled%</code>,
|
/third_party/node/typings/ |
D | primordials.d.ts | 531 export const PromiseAllSettled: typeof Promise.allSettled
|
/third_party/node/doc/api/ |
D | events.md | 1542 or `Promise.allSettled()`:
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …cursive:!0}).then((t=>e),(e=>e)),c=e=>async n=>{if(await(e=>t=>Promise.allSettled([o.stat(e),o.sta…
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V12.md | 4523 … Adds the [`Promise.allSettled`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference…
|