Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp679 uint32_t resElementSize = resByteArray->GetByteLength(); in TypedArrayTest2() local
680 EXPECT_EQ(resElementSize, 1) << "Not same byteArray size"; in TypedArrayTest2()