-
-
Notifications
You must be signed in to change notification settings - Fork 496
[Tests] Add test Coverage For TypedArray #964
Copy link
Copy link
Closed
Labels
Description
JckXia
opened on Apr 8, 2021
Issue body actions
| class | methods |
|---|---|
| TypedArray | |
| TypedArray() | |
| Covered (#39) | TypedArray(napi_env env, napi_value value) |
| Covered (#39) | napi_typedarray_type TypedArrayType() const |
| Covered(#39) | Napi::ArrayBuffer ArrayBuffer() const |
| Covered | uint8_t ElementSize() const |
| Covered (#39) | size_t ElementLength() const |
| Covered | size_t ByteOffset() const |
| Covered | size_t ByteLength() const |
Reactions are currently unavailable