Searched refs:ErrnoException (Results 1 - 4 of 4) sorted by relevance
/third_party/node/test/addons/errno-exception/ |
H A D | binding.cc | 7 args.GetReturnValue().Set(node::ErrnoException(isolate, in Method()
|
/third_party/node/src/api/ |
H A D | exceptions.cc | 23 Local<Value> ErrnoException(Isolate* isolate, in ErrnoException() function
|
/third_party/node/src/ |
H A D | node.h | 137 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 D | env-inl.h | 734 ErrnoException(isolate(), errorno, syscall, message, path)); in ThrowErrnoException()
|
Completed in 5 milliseconds