Home
last modified time | relevance | path

Searched refs:uvErrmapGet (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/
Dutil.js32 uvErrmapGet,
304 const entry = uvErrmapGet(err);
Derrors.js400 function uvErrmapGet(name) { function
429 const { 0: code, 1: uvmsg } = uvErrmapGet(ctx.errno) || uvUnmappedError;
485 const { 0: code, 1: uvmsg } = uvErrmapGet(err) || uvUnmappedError;
760 uvErrmapGet, property
/third_party/node/lib/
Dfs.js70 uvErrmapGet,
1093 const uvErr = uvErrmapGet(ctx.errno);