Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1497 const arrayWithEmptyArrays = [1, [], [2, 3], [], 4]; variable
1498 assert_equal(arrayWithEmptyArrays.flatMap(x => x).toString(), '1,2,3,4');