Home
last modified time | relevance | path

Searched defs:sliced (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts104 let sliced = new SendableInt16Array(arrBuf.slice(4, 10)); variable
111 let sliced = new SendableInt16Array(arrBuf.slice(4, 7)); variable
118 let sliced = new SendableInt32Array(arrBuf.slice(4, 11)); variable
125 let sliced = new SendableFloat64Array(arrBuf.slice(4, 11)); variable
419 let sliced = array.slice(); variable
904 let sliced = new SendableInt32Array(sArrayBuffer.slice(4, 12)); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_buffer_js_suites/
Dtest_slice.js34 let sliced = arr.slice(BEGIN, END); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/
Dtest_slice.js35 let sliced = arr.slice(1, undefined); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/array_buffer/
Dmanaged_test.cpp181 ets_arraybuffer sliced {}; in TEST_F() local
244 ets_arraybuffer sliced {}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp1123 auto *sliced = static_cast<SlicedEcmaString *>(*strHandle); in Parse() local