Searched refs:arrayToSafePromiseIterable (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/lib/internal/per_context/ |
| D | primordials.js | 482 const arrayToSafePromiseIterable = (promises, mapFn) => function 501 SafePromise.all(arrayToSafePromiseIterable(promises, mapFn)).then(a, b), 561 SafePromise.allSettled(arrayToSafePromiseIterable(promises, mapFn)).then(a, b), 586 SafePromise.any(arrayToSafePromiseIterable(promises, mapFn)).then(a, b), 599 SafePromise.race(arrayToSafePromiseIterable(promises, mapFn)).then(a, b),
|