Searched refs:nestedArray (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/12.indexing_expression/01.array_indexing_expression/ |
| D | array_index11.ets | 21 let nestedArray: number[][] | null = [ 25 assertEQ(nestedArray?.[1]?.[0], 3);
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1046 const nestedArray = [[1, 2], ["a", "b"], [true, false]]; variable 1047 const nestedConcatenatedArray = array1.concat(nestedArray, array2); 1495 const nestedArray = [[1, 2], [3, 4], [5, 6]]; variable 1496 assert_equal(nestedArray.flatMap(arr => arr).toString(), '1,2,3,4,5,6');
|