node-addon-api
node-addon-api copied to clipboard
[Test] Testing coverage for AsyncWorker
| class | methods |
|---|---|
| AsyncWorker | AsyncWorker(AsyncWorker&& other) |
| AsyncWorker& operator =(AsyncWorker&& other) | |
| AsyncWorker(const AsyncWorker&) | |
| AsyncWorker& operator =(AsyncWorker&) | |
| operator napi_async_work() const | |
| Napi::Env Env() const | |
| Covered | void Cancel() |
| FunctionReference& Callback() | |
| explicit AsyncWorker(const Function& callback) | |
| explicit AsyncWorker(const Function& callback, const char* resource_name) | |
| See PR (#30, #512) Covered | explicit AsyncWorker(const Function& callback, const char* resource_name, const Object & resource) |
| explicit AsyncWorker(const Object& receiver, const Function& callback) | |
| explicit AsyncWorker(const Object& receiver, const Function& callback, const char* resource_name) | |
| explicit AsyncWorker(const Object& receiver, const Function& callback, const char* resource_name, const Object& resource) | |
| explicit AsyncWorker(Napi::Env env); | |
| explicit AsyncWorker(Napi::Env env, const char* resource_name); | |
| See Pr (#489)Covered | explicit AsyncWorker(Napi::Env env, const char* resource_name, const Object& resource) |
| See PR(#489) Covered | virtual void Execute() |
| See PR(#489) covered | virtual void OnOK() |
| See PR(#489) covered | virtual void OnError(const Error& e) |
| virtual void Destroy() |
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.
Closing following #1266