Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1320 uint32_t numElementsTypeArray = 100; in HWTEST_F_L0() local
1328 int32_t byteLengthViewdArrayBuffer = sizeElement * numElementsTypeArray; in HWTEST_F_L0()
1332 handleTypeArray->SetArrayLength(numElementsTypeArray); in HWTEST_F_L0()
1335 for (uint32_t i = 0; i < numElementsTypeArray; i++) { in HWTEST_F_L0()
1342 for (uint32_t i = 0; i < numElementsTypeArray; i++) { in HWTEST_F_L0()
1358 uint32_t numElementsTypeArray = 100; in HWTEST_F_L0() local
1366 int32_t byteLengthViewdArrayBuffer = sizeElement * numElementsTypeArray; in HWTEST_F_L0()
1370 handleTypeArray->SetArrayLength(numElementsTypeArray); in HWTEST_F_L0()
1373 for (uint32_t i = 0; i < numElementsTypeArray; i++) { in HWTEST_F_L0()
1380 for (uint32_t i = 0; i < numElementsTypeArray; i++) { in HWTEST_F_L0()
[all …]