Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp676 JSHandle<ByteArray> resByteArray(byteArray); in TypedArrayTest2() local
677 uint32_t resTaggedLength = resByteArray->GetArrayLength(); in TypedArrayTest2()
679 uint32_t resElementSize = resByteArray->GetByteLength(); in TypedArrayTest2()
682 … JSHandle<JSTaggedValue> taggedVal(thread, resByteArray->Get(thread, i, DataViewType::UINT8)); in TypedArrayTest2()