Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/array/
H A Darray.js514 var arr_copywithin4 = new Array();
515 for (let i = 0; i < 10; i++) arr_copywithin4[i] = i;
523 var arr_copywithin4 = arr_copywithin4.copyWithin(3, 0, 6); variable
524 print(arr_copywithin4);
531 arr_copywithin6.proto = arr_copywithin4;

Completed in 4 milliseconds