Searched refs:SafePromise (Results 1 – 4 of 4) sorted by relevance
/third_party/node/lib/internal/per_context/ |
D | primordials.js | 451 const SafePromise = makeSafe( constant 453 class SafePromise extends Promise { 472 new SafePromise((a, b) => PromisePrototypeThen(thisPromise, a, b)) 487 …new SafePromise((a, b) => PromisePrototypeThen(mapFn == null ? promise : mapFn(promise, i), a, b)), 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),
|
/third_party/node/doc/contributing/ |
D | primordials.md | 391 // Some key differences between `SafePromise[...]` and `Promise[...]` methods: 502 * It wraps each promise in `SafePromise` objects and wraps the result in a new
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V15.md | 1434 …thub.com/nodejs/node/commit/82f1cde57e)] - **lib**: remove primordials.SafePromise (Antoine du Ham…
|
D | CHANGELOG_V14.md | 1718 …thub.com/nodejs/node/commit/be537fe877)] - **lib**: remove primordials.SafePromise (Antoine du Ham…
|