Home
last modified time | relevance | path

Searched defs:array2 (Results 1 – 16 of 16) 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/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.cpp39 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(*data); 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/test/testcases/js/
Dmodule_variable.js187 let array2 = ['Lemon', 'Durian'] variable
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1018 const array2 = [null, undefined, { key: "value" }]; variable
1109 const array2 = [1, 2, 3, 4, 5]; variable
1729 let array2 = []; variable
1825 let array2 = [1, 3, 5, 7, 9]; 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/ecmascript/snapshot/tests/
Dsnapshot_test.cpp315 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js735 let array2 = [ variable