Home
last modified time | relevance | path

Searched refs:_errnoException (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-uv-errno.js8 _errnoException
19 const err = _errnoException(uv[key], 'test');
52 runTest(_errnoException);
Dtest-uv-errmap.js8 _errnoException
21 const err = _errnoException(uv[key]);
/third_party/node/benchmark/net/
Dtcp-raw-c2s.js69 throw util._errnoException(err, syscall);
Dtcp-raw-s2c.js100 throw util._errnoException(err, syscall);
Dtcp-raw-pipe.js30 throw util._errnoException(err, syscall);
/third_party/node/lib/
Dutil.js325 _errnoException: errnoException, property
/third_party/node/deps/npm/node_modules/core-util-is/
Dfloat.patch595 -exports._errnoException = function(err, syscall) {
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4217 …64ca56def)] - **(SEMVER-MAJOR)** **util**: improve error message of \_errnoException (Weijia Wang)…