| 1130 | } |
| 1131 | |
| 1132 | inline void FatalException(const TryCatch& try_catch) { |
| 1133 | node::FatalException(v8::Isolate::GetCurrent(), try_catch.try_catch_); |
| 1134 | } |
| 1135 | |
| 1136 | inline v8::Local<v8::Value> ErrnoException( |
| 1137 | int errorno |
nothing calls this directly
no outgoing calls
no test coverage detected