Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/arraytospliced/
Darraytospliced.js60 const sparseArray = [1, , 3, , 5]; variable
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1451 const sparseArray = [1, 2, , 3, 4, [5, , 6]]; variable
1493 const sparseArray = [1, , 2, , 3]; variable