Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1712 int byteArrayLength = 10; // 10: arrayLength in HWTEST_F_L0() local
1713 JSHandle<ByteArray> byteArray = factory->NewByteArray(byteArrayLength, sizeof(value)); in HWTEST_F_L0()
1714 for (int i = 0; i < byteArrayLength; i++) { in HWTEST_F_L0()