Searched refs:UVException (Results 1 - 4 of 4) sorted by relevance
/third_party/node/src/api/ |
H A D | exceptions.cc | 91 Local<Value> UVException(Isolate* isolate, in UVException() function
|
/third_party/node/src/ |
H A D | node.h | 142 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 D | node_file.cc | 431 // 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 D | env-inl.h | 743 UVException(isolate(), errorno, syscall, message, path, dest)); in ThrowUVException()
|
Completed in 47 milliseconds