| /arkcompiler/ets_runtime/test/moduletest/arrayReverseCase/ |
| D | arrayReverseCase.js | 46 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/ |
| D | fixedarray_new_ref_test.cpp | 122 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
|
| D | array_new_ref_test.cpp | 122 ani_array_ref array3 = nullptr; in TEST_F() local 184 ani_array_byte array3 = nullptr; in TEST_F() local
|
| D | array_get_length_test.cpp | 56 ani_array_byte array3 = nullptr; in TEST_F() local
|
| D | fixedarray_get_length_test.cpp | 56 ani_array_byte array3 = nullptr; in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayforeach/ |
| D | arrayforeach.js | 36 let array3 = new Array(10); variable
|
| /arkcompiler/ets_runtime/test/perform/array/ |
| D | array_includes_indexof_jsperf.js | 41 let array3 = new Array(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayconcat/ |
| D | arrayconcat.js | 17 const array3 = array1.concat(array2); constant
|
| /arkcompiler/ets_runtime/test/moduletest/includesindexof/ |
| D | includesindexof.js | 30 let array3 = new Array(7); variable
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 1464 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/ |
| D | array_native_test.cpp | 40 ets_charArray array3 = env_->NewCharArray(0); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
| D | snapshot_test.cpp | 332 JSHandle<TaggedArray> array3 = factory->NewTaggedArray(100); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1041 const array3 = []; variable 1136 const array3 = [1, 2, 3, 4, 5]; variable 1772 let array3 = ["a"]; variable
|
| /arkcompiler/jsvm/test/unittest/ |
| D | test_jsvm.cpp | 1539 JSVM_Value array1[num], array2[num], array3[num]; variable
|