Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1457 const arrayWithNonArrays = [1, 'string', {name: 'John'}, null, undefined]; variable
1458 assert_equal(arrayWithNonArrays.flat().toString(), '1,string,[object Object],,');