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.cpp1293 uint32_t numElementsTypeArray = 100; in HWTEST_F_L0() local
1296 auto handleTagValTypeArray = PropertyTypedArrayCommon(thread, jsType, numElementsTypeArray); in HWTEST_F_L0()
1298 for (uint32_t i = 0; i < numElementsTypeArray; i++) { in HWTEST_F_L0()
1305 for (uint32_t i = 0; i < numElementsTypeArray; i++) { in HWTEST_F_L0()
1321 uint32_t numElementsTypeArray = 100; in HWTEST_F_L0() local
1324 auto handleTagValTypeArray = PropertyTypedArrayCommon(thread, jsType, numElementsTypeArray); in HWTEST_F_L0()
1327 for (uint32_t i = 0; i < numElementsTypeArray; i++) { in HWTEST_F_L0()
1334 for (uint32_t i = 0; i < numElementsTypeArray; i++) { in HWTEST_F_L0()
1349 uint32_t numElementsTypeArray = 50; in HWTEST_F_L0() local
1352 auto handleTagValTypeArray = PropertyTypedArrayCommon(thread, jsType, numElementsTypeArray); in HWTEST_F_L0()
[all …]