Home
last modified time | relevance | path

Searched defs:numbers1 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayReverseCase/
DarrayReverseCase.js36 const numbers1 = [3, 2, 4, 1, 5]; variable
/arkcompiler/ets_runtime/test/moduletest/arraysortcase/
Darraysortcase.js64 const numbers1 = [3, 1, 4, 1, 5]; variable
/arkcompiler/ets_runtime/test/moduletest/arrayconcat/
Darrayconcat.js30 const numbers1 = num1.concat(num2, num3); constant
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts1234 const numbers1 = new SendableArray<number>(nsArr[1], 2, 3, 4, 5); constant
1256 const numbers1 = new SendableArray<number>(nsArr[0], nsArr[1], undefined, 4, 5); constant
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1084 const numbers1 = [2, 4, 6, 8, 10]; variable