Home
last modified time | relevance | path

Searched refs:ThrowUVException (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/
Dnode_process_methods.cc86 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()
Dpipe_wrap.cc209 env->ThrowUVException(err, "uv_pipe_open"); in Open()
Dnode_dir.cc116 env->ThrowUVException(detail.ret, "close", msg); in GCClose()
Denv-inl.h1035 inline void Environment::ThrowUVException(int errorno, in ThrowUVException() function
Denv.h1091 inline void ThrowUVException(int errorno,
Dnode_file.cc262 env->ThrowUVException(detail.ret, "close", msg); in Close()
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md2669 …s://github.com/nodejs/node/commit/392c8815fe)] - **src**: use env-\>ThrowUVException in pipe\_wrap…