Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_process_methods.cc89 return env->ThrowUVException(err, "chdir", nullptr, buf, *path); in Chdir()
115 return env->ThrowUVException(err, "uv_getrusage"); in CPUUsage()
133 return env->ThrowUVException(err, "uv_cwd"); in Cwd()
174 return env->ThrowUVException(err, "uv_resident_set_memory"); in Rss()
197 return env->ThrowUVException(err, "uv_resident_set_memory"); in MemoryUsage()
322 return env->ThrowUVException(err, "uv_getrusage"); in ResourceUsage()
Dheap_utils.cc363 env->ThrowUVException(err, "open", nullptr, filename); in WriteSnapshot()
370 env->ThrowUVException(err, "write", nullptr, filename); in WriteSnapshot()
377 env->ThrowUVException(err, "close", nullptr, filename); in WriteSnapshot()
Dnode_dir.cc158 env->ThrowUVException(detail.ret, "close", msg); in GCClose()
Dtcp_wrap.cc414 env->ThrowUVException(r, "uv_if_indextoiid"); in AddressToJS()
Denv-inl.h743 inline void Environment::ThrowUVException(int errorno, in ThrowUVException() function
Denv.h781 inline void ThrowUVException(int errorno,
Dnode_file.cc355 env->ThrowUVException(detail.ret, "close", msg); in Close()
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md2472 …ps://github.com/nodejs/node/commit/392c8815fe)] - **src**: use env->ThrowUVException in pipe\_wrap…
DCHANGELOG_V12.md711 …ps://github.com/nodejs/node/commit/ade27b732b)] - **src**: use env->ThrowUVException in pipe\_wrap…