node-addon-api
node-addon-api copied to clipboard
[Tests] Add test coverage for TypedArrayOf
| class | methods |
|---|---|
| TypedArrayOf | TypedArrayOf() |
| TypedArrayOf(napi_env env, napi_value value) | |
| Napi::TypedArrayOf::New(napi_env env, size_t elementLength, napi_typedarray_type type) | |
| Napi::TypedArarayOf::New(napi_env env, size_t elemtLength, Napi::ArrayBuffer arrayBuff, size_t bufferOffset, napi_typedarray_type type) | |
| T& Napi::TypedArrayOf::operator [](size_t index); | |
| const T& Napi::TypedArrayOf::operator [](size_t index) const; | |
| T* Napi::TypedArrayOf::Data() const; | |
| const T* Napi::TypedArrayOf::Data() const |
Will add these tests soon
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 this ticket. We have pre-defined TypedArrayOfs that we have tested using typedarray.cc