Home
last modified time | relevance | path

Searched refs:isErrorLike (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/internal/process/
Dpromises.js85 function isErrorLike(o) { function
198 if (isErrorLike(reason)) {
258 const err = isErrorLike(reason) ?
285 const err = isErrorLike(reason) ?
/third_party/node/deps/undici/src/lib/fetch/
Dresponse.js13 isErrorLike,
346 const isError = isErrorLike(reason)
Dutil.js79 function isErrorLike (object) { function
1131 isErrorLike, property
Dindex.js37 isErrorLike,
1940 cause: isErrorLike(reason) ? reason : undefined
/third_party/node/deps/undici/
Dundici.js1192 __name(isErrorLike, "isErrorLike");
10326 isErrorLike,
11191 cause: isErrorLike(reason) ? reason : void 0
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs8525 function isErrorLike(object) {
9187 isErrorLike,