Home
last modified time | relevance | path

Searched defs:splice (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arraysplice/
Darraysplice.js27 arr.splice(1, 8) variable
30 arr.splice(0, 20) variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dptr_list_ref.h438 void splice(const_iterator where, PtrListRef &other) in splice() function
461 void splice(const_pointer where, PtrListRef &other) in splice() function
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts596 function splice() { function