Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts429 const removeArray = array.splice(4, 2, 'May'); constant
431 print(removeArray); // "April", "June"
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js9903 removeArray: function(t, e) { method