node-addon-api
node-addon-api copied to clipboard
[Tests] tests coverage for base error class
| class | methods |
|---|---|
| Covered (#621) | static Error New(Napi::Env env) |
| Napi::Error() | |
| Napi::Error(napi_env env, napi_value value) | |
| Error::New(Napi::Env env, const char * message) | |
| Covered (#24) | Error::New(Napi::Env env, const std::string& message) |
| Covered(#621) | Error::Fatal(const char * location, const char * message) |
| Error(Error&& other) | |
| Error& operator =(Error&& other) | |
| Error(const Error&) | |
| Error& operator =(Error&) | |
| const char* what() const NAPI_NOEXCEPT override | |
| template <typename TError> static TError New(napi_env env, const char* message, size_t length, create_error_fn create_error) | |
| Covered(#52) | const std::string& Message() const NAPI_NOEXCEPT |
| Covered(#52) | void ThrowAsJavaScriptException() const |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
Marked as complete following #1295