Home
last modified time | relevance | path

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

/third_party/node/src/
H A 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()
H A 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()
H A Dnode_dir.cc158 env->ThrowUVException(detail.ret, "close", msg); in GCClose()
H A Dtcp_wrap.cc414 env->ThrowUVException(r, "uv_if_indextoiid"); in AddressToJS()
H A Denv-inl.h737 inline void Environment::ThrowUVException(int errorno, in ThrowUVException() function in node::Environment
H A Denv.h772 inline void ThrowUVException(int errorno,
H A Dnode_file.cc354 env->ThrowUVException(detail.ret, "close", msg); in Close()

Completed in 12 milliseconds