Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1450 const arrayWithEmptyArrays = [1, [], [2, 3], [], 4]; variable
1451 print(arrayWithEmptyArrays.flatMap(x => x));