Home
last modified time | relevance | path

Searched defs:array2 (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts117 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/
DarrayReverseCase.js41 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/
Dfixedarray_new_ref_test.cpp97 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
Darray_new_ref_test.cpp97 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
Darray_get_length_test.cpp51 ani_array_char array2 = nullptr; in TEST_F() local
Dfixedarray_get_length_test.cpp51 ani_array_char array2 = nullptr; in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/typedarraynan/
Dtypedarraynan.js47 var array2 = new Float64Array(buffer); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp74 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/
Dsnapshotserializerange_fuzzer.cpp43 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(len2); in SnapshotSerializeRangeFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js30 let array2 = [1, 2, 3, 4]; variable
/arkcompiler/ets_runtime/test/perform/array/
Darray_includes_indexof_jsperf.js40 let array2 = new Array(); variable
/arkcompiler/ets_runtime/test/moduletest/arrayconcat/
Darrayconcat.js16 const array2 = ['d', 'e', 'f']; variable
/arkcompiler/ets_runtime/test/moduletest/includesindexof/
Dincludesindexof.js29 let array2 = [0.5,,2.5,,NaN,,]; variable
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts474 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/
Dets_class_file_test.cpp42 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/
Dmodule_variable.js187 let array2 = ['Lemon', 'Durian'] variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp35 ets_byteArray array2 = env_->NewByteArray(0); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1040 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/
Dsnapshot_test.cpp331 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js735 let array2 = [ variable
/arkcompiler/jsvm/test/unittest/
Dtest_jsvm.cpp1539 JSVM_Value array1[num], array2[num], array3[num]; variable