Home
last modified time | relevance | path

Searched defs:array3 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayReverseCase/
DarrayReverseCase.js46 var array3 = new Uint8Array([1, 2, 3, 4]); variable
48 Array.prototype.reverse.call(array3); argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Dfixedarray_new_ref_test.cpp122 ani_array_ref array3 = nullptr; in TEST_F() local
179 ani_array_ref array3 = nullptr; in TEST_F() local
194 ani_array_byte array3 = nullptr; in TEST_F() local
Darray_new_ref_test.cpp122 ani_array_ref array3 = nullptr; in TEST_F() local
184 ani_array_byte array3 = nullptr; in TEST_F() local
Darray_get_length_test.cpp56 ani_array_byte array3 = nullptr; in TEST_F() local
Dfixedarray_get_length_test.cpp56 ani_array_byte array3 = nullptr; in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js36 let array3 = new Array(10); variable
/arkcompiler/ets_runtime/test/perform/array/
Darray_includes_indexof_jsperf.js41 let array3 = new Array(); variable
/arkcompiler/ets_runtime/test/moduletest/arrayconcat/
Darrayconcat.js17 const array3 = array1.concat(array2); constant
/arkcompiler/ets_runtime/test/moduletest/includesindexof/
Dincludesindexof.js30 let array3 = new Array(7); variable
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts1464 const array3 = new SendableArray<number>(null, undefined, 3, 4, 5); constant
1476 const array3 = new SendableArray<number>(null, undefined, 3, 4, 5); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp40 ets_charArray array3 = env_->NewCharArray(0); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp332 JSHandle<TaggedArray> array3 = factory->NewTaggedArray(100); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1041 const array3 = []; variable
1136 const array3 = [1, 2, 3, 4, 5]; variable
1772 let array3 = ["a"]; variable
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp1539 JSVM_Value array1[num], array2[num], array3[num]; variable