Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode.h137 NODE_EXTERN v8::Local<v8::Value> UVException(v8::Isolate* isolate,
158 inline v8::Local<v8::Value> UVException(int errorno,
162 return UVException(v8::Isolate::GetCurrent(),
Dnode_file.cc369 close->Reject(UVException(isolate, req->result, "close")); in ClosePromise()
376 req->Reject(UVException(isolate, ret, "close")); in ClosePromise()
381 resolver->Reject(context, UVException(isolate, UV_EBADF, "close")) in ClosePromise()
626 UVException(wrap_->env()->isolate(), in Reject()
777 return req_wrap->Reject(UVException( in AfterScanDir()
819 UVException(isolate, r, nullptr, req_wrap->syscall(), req->path)); in AfterScanDirWithTypes()
Denv-inl.h1041 UVException(isolate(), errorno, syscall, message, path, dest)); in ThrowUVException()
/third_party/node/src/api/
Dexceptions.cc89 Local<Value> UVException(Isolate* isolate, in UVException() function
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md3224 …hub.com/nodejs/node/commit/62fe3422fb)] - **src**: refactor deprecated UVException usage in pipe-w…
3444 …hub.com/nodejs/node/commit/3614a00276)] - **src**: refactor deprecated UVException in node\_file.c…
DCHANGELOG_V11.md2810 …nodejs/node/commit/8f84613c93)] - **src**: use default parameters for `UVException()` (Anna Hennin…
DCHANGELOG_V10.md1969 …dejs/node/commit/2da6f622dc)] - **(SEMVER-MINOR)** **src**: deprecate `UVException()` without `Iso…