Home
last modified time | relevance | path

Searched refs:UVException (Results 1 - 4 of 4) sorted by relevance

/third_party/node/src/api/
H A Dexceptions.cc91 Local<Value> UVException(Isolate* isolate, in UVException() function
/third_party/node/src/
H A Dnode.h142 NODE_EXTERN v8::Local<v8::Value> UVException(v8::Isolate* isolate,
162 NODE_DEPRECATED("Use UVException(isolate, ...)",
163 inline v8::Local<v8::Value> UVException(int errorno,
167 return UVException(v8::Isolate::GetCurrent(),
H A Dnode_file.cc431 // resolved when the callback is invoked, or rejects with a UVException if
477 UVException(isolate, static_cast<int>(req->result), "close")); in ClosePromise()
486 req->Reject(UVException(isolate, ret, "close")); in ClosePromise()
745 Local<Value> exception = UVException(wrap_->env()->isolate(), in Reject()
923 UVException(isolate, r, nullptr, req_wrap->syscall(), req->path)); in AfterScanDir()
H A Denv-inl.h743 UVException(isolate(), errorno, syscall, message, path, dest)); in ThrowUVException()

Completed in 47 milliseconds