Home
last modified time | relevance | path

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

/third_party/node/test/addons/errno-exception/
H A Dbinding.cc7 args.GetReturnValue().Set(node::ErrnoException(isolate, in Method()
/third_party/node/src/api/
H A Dexceptions.cc23 Local<Value> ErrnoException(Isolate* isolate, in ErrnoException() function
/third_party/node/src/
H A Dnode.h137 NODE_EXTERN v8::Local<v8::Value> ErrnoException(v8::Isolate* isolate,
149 NODE_DEPRECATED("Use ErrnoException(isolate, ...)",
150 inline v8::Local<v8::Value> ErrnoException(
155 return ErrnoException(v8::Isolate::GetCurrent(),
H A Denv-inl.h734 ErrnoException(isolate(), errorno, syscall, message, path)); in ThrowErrnoException()

Completed in 5 milliseconds