Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
H A Darray.js507 var arr_copywithin3 = new Array();
512 arr_copywithin3[i] = i;
520 var arr_copywithin3 = arr_copywithin3.copyWithin(0, 0, 10); variable
521 print(arr_copywithin3);

Completed in 2 milliseconds