Home
last modified time | relevance | path

Searched refs:uint8ArrLength (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp1888 int32_t uint8ArrLength = 6; // array length = 6 in HWTEST_F_L0() local
1889 Local<Uint8ClampedArrayRef> typedArray = Uint8ClampedArrayRef::New(vm_, arrayBuffer, byteOffset, uint8ArrLength); in HWTEST_F_L0()
1894 for (int i = 0; i < uint8ArrLength; i++) { in HWTEST_F_L0()

Completed in 6 milliseconds