Searched refs:errorTypes (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | errors.js | 90 var errorTypes = Error["__BluebirdErrorTypes__"]; variable 91 if (!errorTypes) { 92 errorTypes = Objectfreeze({ 100 value: errorTypes, 111 CancellationError: errorTypes.CancellationError, 112 OperationalError: errorTypes.OperationalError, 113 TimeoutError: errorTypes.TimeoutError, 114 AggregateError: errorTypes.AggregateError,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | ErrorInjector.h | 39 InjectedErrorResult<ErrorType> MaybeInjectError(ErrorType errorType, ErrorTypes... errorTypes) { in MaybeInjectError() argument 43 return MaybeInjectError(errorTypes...); in MaybeInjectError()
|
/third_party/node/deps/npm/node_modules/bluebird/js/browser/ |
D | bluebird.core.js | 1599 var errorTypes = Error["__BluebirdErrorTypes__"]; 1600 if (!errorTypes) { 1601 errorTypes = Objectfreeze({ property 1609 value: errorTypes, 1620 CancellationError: errorTypes.CancellationError, 1621 OperationalError: errorTypes.OperationalError, 1622 TimeoutError: errorTypes.TimeoutError, 1623 AggregateError: errorTypes.AggregateError,
|
D | bluebird.js | 1778 var errorTypes = Error["__BluebirdErrorTypes__"]; 1779 if (!errorTypes) { 1780 errorTypes = Objectfreeze({ property 1788 value: errorTypes, 1799 CancellationError: errorTypes.CancellationError, 1800 OperationalError: errorTypes.OperationalError, 1801 TimeoutError: errorTypes.TimeoutError, 1802 AggregateError: errorTypes.AggregateError,
|