Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_list.js177 const testArrayClear = []; variable
180 testArrayClear.push(i);
182 for(let i = 0; i < testArrayClear.length; i++) {
183 if (list2[i] !== testArrayClear[i]) {