Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1414 const arrayWithNonArrays = [1, 'string', {name: 'John'}, null, undefined]; variable
1415 print(arrayWithNonArrays.flat());