Searched refs:ThrowUVException (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/ |
D | node_process_methods.cc | 86 return env->ThrowUVException(err, "chdir", nullptr, buf, *path); in Chdir() 132 return env->ThrowUVException(err, "uv_cwd"); in Cwd() 202 return env->ThrowUVException(err, "uv_resident_set_memory"); in Rss() 225 return env->ThrowUVException(err, "uv_resident_set_memory"); in MemoryUsage() 308 return env->ThrowUVException(err, "uv_getrusage"); in ResourceUsage()
|
D | pipe_wrap.cc | 209 env->ThrowUVException(err, "uv_pipe_open"); in Open()
|
D | node_dir.cc | 116 env->ThrowUVException(detail.ret, "close", msg); in GCClose()
|
D | env-inl.h | 1035 inline void Environment::ThrowUVException(int errorno, in ThrowUVException() function
|
D | env.h | 1091 inline void ThrowUVException(int errorno,
|
D | node_file.cc | 262 env->ThrowUVException(detail.ret, "close", msg); in Close()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V14.md | 2669 …s://github.com/nodejs/node/commit/392c8815fe)] - **src**: use env-\>ThrowUVException in pipe\_wrap…
|