Searched refs:ThrowUVException (Results 1 - 7 of 7) sorted by relevance
/third_party/node/src/ |
H A D | node_process_methods.cc | 89 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()
|
H A D | heap_utils.cc | 363 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()
|
H A D | node_dir.cc | 158 env->ThrowUVException(detail.ret, "close", msg); in GCClose()
|
H A D | tcp_wrap.cc | 414 env->ThrowUVException(r, "uv_if_indextoiid"); in AddressToJS()
|
H A D | env-inl.h | 737 inline void Environment::ThrowUVException(int errorno, in ThrowUVException() function in node::Environment
|
H A D | env.h | 772 inline void ThrowUVException(int errorno,
|
H A D | node_file.cc | 354 env->ThrowUVException(detail.ret, "close", msg); in Close()
|
Completed in 12 milliseconds