Home
last modified time | relevance | path

Searched defs:toSpliced (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/
Dtest_to_spliced.js41 let toSpliced = arr.toSpliced(1, 1); variable
/arkcompiler/ets_runtime/test/aottest/builtins_array/
Dbuiltins_array.ts71 function toSpliced() { function