Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1046 const nestedArray = [[1, 2], ["a", "b"], [true, false]]; variable
1495 const nestedArray = [[1, 2], [3, 4], [5, 6]]; variable