node-addon-api
node-addon-api copied to clipboard
[Tests] CallbackInfo unit test coverage
| class | methods |
|---|---|
| CallbackInfo | |
| CallbackInfo(napi_env env, napi_callback_info info) | |
| Used by most test methods | Env() const |
| Value NewTarget() const | |
| Covered(function.cc) | bool IsConstructCall() const |
| Covered (arraybuffer.cc, objectwrap.cc,error.cc,etc) | size_t Length() const |
| Used by most test methods (i.e property_descriptor.cc) | const Value operator[](size_t index) const |
| Covered(objectwrap.cc) | Value This() const |
| Covered(function.cc) | void * Data() const |
| void SetData(void* Data) |
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. Duplicate with https://github.com/nodejs/node-addon-api/issues/1048