| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 117 const array2 = new SendableArray<SuperClass>( constant 442 const array2 = new SendableArray<number>(2, 4, 6, 100, 50, 60, 70); constant 555 const array2 = new SendableArray<SuperClass>( constant 610 const array2 = new SendableArray<SubClass>( constant 1373 const array2 = new SendableArray<SuperClass>( constant 1403 const array2 = new SendableArray<SuperClass>( constant 1428 const array2 = new SendableArray<number>(); constant 1451 const array2 = new SendableArray<number>("one", "two", "three"); constant 1461 const array2 = new SendableArray<string>("one", "two", "three"); constant 1473 const array2 = new SendableArray<string>("one", "two", "three"); constant
|
| /arkcompiler/ets_runtime/test/moduletest/arrayReverseCase/ |
| D | arrayReverseCase.js | 41 var array2 = new Uint8Array([1, 2, 3, 4]); variable 43 Array.prototype.reverse.call(array2); argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/ |
| D | fixedarray_new_ref_test.cpp | 97 ani_array_ref array2 = nullptr; in TEST_F() local 121 ani_array_ref array2 = nullptr; in TEST_F() local 176 ani_array_ref array2 = nullptr; in TEST_F() local 191 ani_array_char array2 = nullptr; in TEST_F() local
|
| D | array_new_ref_test.cpp | 97 ani_array_ref array2 = nullptr; in TEST_F() local 121 ani_array_ref array2 = nullptr; in TEST_F() local 181 ani_array_char array2 = nullptr; in TEST_F() local
|
| D | array_get_length_test.cpp | 51 ani_array_char array2 = nullptr; in TEST_F() local
|
| D | fixedarray_get_length_test.cpp | 51 ani_array_char array2 = nullptr; in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraynan/ |
| D | typedarraynan.js | 47 var array2 = new Float64Array(buffer); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | huge_object_test.cpp | 74 JSHandle<TaggedArray> array2(thread, LargeArrayTestCreate(thread)); in HWTEST_F_L0() local 81 JSHandle<TaggedArray> array2(thread, LargeArrayTestCreate(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/ |
| D | snapshotserializerange_fuzzer.cpp | 43 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(len2); in SnapshotSerializeRangeFuzzTest() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayforeach/ |
| D | arrayforeach.js | 30 let array2 = [1, 2, 3, 4]; variable
|
| /arkcompiler/ets_runtime/test/perform/array/ |
| D | array_includes_indexof_jsperf.js | 40 let array2 = new Array(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayconcat/ |
| D | arrayconcat.js | 16 const array2 = ['d', 'e', 'f']; variable
|
| /arkcompiler/ets_runtime/test/moduletest/includesindexof/ |
| D | includesindexof.js | 29 let array2 = [0.5,,2.5,,NaN,,]; variable
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 474 const array2 = new SendableFloat32Array([1.1, 20, 3.3, +51.2, -16.5]); constant 500 const array2 = new ctor(); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_file_test.cpp | 42 EtsArray *array2 = EtsFloatArray::Create(1000U); in InSamePackagePrologue() local 55 EtsArray *array2 = EtsIntArray::Create(1000U); in InSamePackagePrologue() local 824 auto *array2 = EtsObjectArray::Create(klass, arrayLength); in TEST_F() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/testcases/js/ |
| D | module_variable.js | 187 let array2 = ['Lemon', 'Durian'] variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test.cpp | 35 ets_byteArray array2 = env_->NewByteArray(0); in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1040 const array2 = [null, undefined, e1]; variable 1133 const array2 = [1, 2, 3, 4, 5]; variable 1768 let array2 = []; variable 1864 let array2 = [1, 3, 5, 7, 9]; variable
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
| D | snapshot_test.cpp | 331 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
| D | stubbuilder.js | 735 let array2 = [ variable
|
| /arkcompiler/jsvm/test/unittest/ |
| D | test_jsvm.cpp | 1539 JSVM_Value array1[num], array2[num], array3[num]; variable
|