Home
last modified time | relevance | path

Searched refs:arr14 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/typearray/
H A Dtypearray.js270 var arr14 = new Uint8Array(proxy);
271 print(arr13.length == arr14.length)
/arkcompiler/ets_runtime/test/moduletest/array/
H A Darray.js115 var arr14 = Array.apply(null, Array(16)); variable
116 print(arr14.length);

Completed in 3 milliseconds