Home
last modified time | relevance | path

Searched refs:SafePromise (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/per_context/
Dprimordials.js451 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/
Dprimordials.md391 // 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/
DCHANGELOG_V15.md1434 …thub.com/nodejs/node/commit/82f1cde57e)] - **lib**: remove primordials.SafePromise (Antoine du Ham…
DCHANGELOG_V14.md1718 …thub.com/nodejs/node/commit/be537fe877)] - **lib**: remove primordials.SafePromise (Antoine du Ham…