| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 61 const array1 = new SendableArray<number>(5, 12, 8, 130, 44); constant 85 const array1 = new SendableArray<string>('a', 'b', 'c'); constant 94 const array1 = new SendableArray<string>('a', 'b', 'c'); constant 103 const array1 = new SendableArray<string>('a', 'b', 'c'); constant 112 const array1 = new SendableArray<number>(5, 12, 8, 130, 44); constant 132 const array1 = new SendableArray<number>(1, 2, 3); constant 143 const array1 = new SendableArray<number>(5, 12, 8, 130, 44); constant 158 const array1 = new SendableArray<number>(1, 2, 3, 4); constant 435 const array1 = new SendableArray<number>(2, 4, 6); constant 521 const array1 = [1, 30, 4, 21, 10000]; constant [all …]
|
| /arkcompiler/ets_runtime/test/aottest/array_foreach_inline/ |
| D | array_foreach_inline.ts | 16 let array1:numeber[] = [4, 5, 6]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraysort/ |
| D | arraysort.js | 347 let array1 = new Array(); variable 351 array1 = new Array(); variable 355 array1 = new Array(); variable 359 array1 = new Array(); variable 369 array1 = new Array(); variable 488 let array1 = new Array(); variable 533 let array1; variable 546 for (let i = 0; i < 5; i++) array1[i] = { ["obj" + i]: i }; variable 563 array1[i] = { variable 611 array1[4] = { variable [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraynan/ |
| D | typedarraynan.js | 44 var array1 = new Int32Array(buffer); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfind/ |
| D | arrayfind.js | 17 const array1 = [5, 12, 8, 130, 44]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/ |
| D | arrayValuesCase.js | 24 const array1 = ['a', 'b', 'c']; variable
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 355 let array1 = new ctor(["one", "two", "three"]); variable 469 const array1 = new SendableFloat64Array([1.1, 20, 3.3, +51.2, -16.5]); constant 497 const array1 = new ctor([1, 2, 3, 4]); constant 585 let array1 = ctor.of("1", "2", "3", "4"); variable
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/ |
| D | sharedcollectionsexception.ts | 35 const array1 = new SendableArray<number>(5, 12, 8, 130, 44); constant 479 const array1 = new SendableArray<number>(5, 12, 8, 130, 44); constant 584 const array1 = new SendableArray<number>(1, 2, 3, 4); constant 651 const array1 = new SendableArray<number>(1, 2, 3); constant
|
| /arkcompiler/ets_runtime/test/moduletest/arrayFindIndexCase/ |
| D | findIndex.js | 23 const array1 = [5, 12, 8, 130, 44]; variable
|
| /arkcompiler/ets_runtime/test/aottest/builtins_array/ |
| D | builtins_array.ts | 94 const array1 = [ constant
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/ |
| D | snapshotserializerange_fuzzer.cpp | 42 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(len1); in SnapshotSerializeRangeFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/ |
| D | snapshotserializehugeobject_fuzzer.cpp | 45 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(len2); in SnapshotSerializeHugeObjectFuzzTest() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayforeach/ |
| D | arrayforeach.js | 25 let array1 = [1, 2, 3, 4, 5]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayReverseCase/ |
| D | arrayReverseCase.js | 16 const array1 = ['one', 'two', 'three']; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraysplice/ |
| D | arraysplice.js | 38 var array1 = new Array(10); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/ |
| D | array_new_ref_test.cpp | 120 ani_array_ref array1 = nullptr; in TEST_F() local 169 ani_array_ref array1 = nullptr; in TEST_F() local
|
| D | fixedarray_new_ref_test.cpp | 120 ani_array_ref array1 = nullptr; in TEST_F() local 170 ani_array_ref array1 = nullptr; in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/arraysortcase/ |
| D | arraysortcase.js | 20 const array1 = [1, 30, 4, 21, 100000]; variable
|
| /arkcompiler/ets_runtime/test/perform/array/ |
| D | array_includes_indexof_jsperf.js | 39 let array1 = new Array(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfill/ |
| D | arrayfill.js | 64 let array1 = new Array(8); variable
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1038 const array1 = [1, "two", true]; variable 1130 const array1 = [1, 2, 3, 4, 5]; variable 1764 let array1 = ["a", "b", "c", "d", "e"]; variable 1787 let array1 = ["a", "b", "c", "d", "e"]; variable 1810 let array1 = ["a", "b", "c", "d", "e"]; variable 1837 let array1 = ["a", "b", "c", "d", "e"]; variable 1860 let array1 = [1, 2, 3, 4, 5]; variable 1887 let array1 = [3, 1, 4, 1, 5, 9, 2, 6, 5]; variable 1914 let array1 = ["a", "b", "c", "d", "e"]; variable 1960 let array1 = ["a", "b", "c"]; variable [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | huge_object_test.cpp | 67 JSHandle<TaggedArray> array1(thread, LargeArrayTestCreate(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayreducecase/ |
| D | arrayreducecase.js | 16 const array1 = [1, 2, 3, 4]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayconcat/ |
| D | arrayconcat.js | 15 const array1 = ['a', 'b', 'c']; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayFilterCase/ |
| D | arrayFilterCase.js | 73 var array1=[,] variable
|