Home
last modified time | relevance | path

Searched refs:typedarrayBufferPtr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp984 void* typedarrayBufferPtr = nullptr; variable
988 …napi_get_typedarray_info(env, typedarray, &typedarrayType, &typedarrayLength, &typedarrayBufferPtr,
991 ASSERT_EQ(typedarrayBufferPtr, arrayBufferPtr);