| /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 151 const array1 = new SendableArray<number>(1, 2, 3, 4); constant 293 const array1 = new SendableArray<number>(2, 4, 6); constant 354 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/typedarraynan/ |
| D | typedarraynan.js | 44 var array1 = new Int32Array(buffer); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/ |
| D | arrayValuesCase.js | 24 const array1 = ['a', 'b', 'c']; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfind/ |
| D | arrayfind.js | 17 const array1 = [5, 12, 8, 130, 44]; 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/arrayReverseCase/ |
| D | arrayReverseCase.js | 16 const array1 = ['one', 'two', 'three']; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayFindIndexCase/ |
| D | findIndex.js | 23 const array1 = [5, 12, 8, 130, 44]; variable
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/ |
| D | snapshotserializehugeobject_fuzzer.cpp | 40 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(hugeSize + *data); in SnapshotSerializeHugeObjectFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/ |
| D | snapshotserializerange_fuzzer.cpp | 38 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(*data); in SnapshotSerializeRangeFuzzTest() local
|
| /arkcompiler/ets_runtime/test/aottest/builtins_array/ |
| D | builtins_array.ts | 94 const array1 = [ constant
|
| /arkcompiler/ets_runtime/test/moduletest/arraysplice/ |
| D | arraysplice.js | 38 var array1 = new Array(10); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayforeach/ |
| D | arrayforeach.js | 25 let array1 = [1, 2, 3, 4, 5]; variable
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1017 const array1 = [1, "two", true]; variable 1106 const array1 = [1, 2, 3, 4, 5]; variable 1717 let array1 = ["a", "b", "c", "d", "e"]; variable 1740 let array1 = ["a", "b", "c", "d", "e"]; variable 1763 let array1 = ["a", "b", "c", "d", "e"]; variable 1790 let array1 = ["a", "b", "c", "d", "e"]; variable 1813 let array1 = [1, 2, 3, 4, 5]; variable 1840 let array1 = [3, 1, 4, 1, 5, 9, 2, 6, 5]; variable 1867 let array1 = ["a", "b", "c", "d", "e"]; variable 1913 let array1 = ["a", "b", "c"]; variable [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/arraysortcase/ |
| D | arraysortcase.js | 20 const array1 = [1, 30, 4, 21, 100000]; 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
|
| /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_frontend/ets2panda/test/compiler/ts/ |
| D | memberExpTests.ts | 17 var array1: number[] = [1, 2, 3, 4]; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | memberExpTests.ts | 17 var array1: number[] = [1, 2, 3, 4]; variable
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_invoke_test.cpp | 70 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(3); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_test.cpp | 41 EtsArray *array1 = EtsObjectArray::Create(klass, 1000U); in InSamePackagePrologue() local 54 EtsArray *array1 = EtsFloatArray::Create(1000U); in InSamePackagePrologue() local 823 auto *array1 = EtsObjectArray::Create(klass, arrayLength); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
| D | snapshot_test.cpp | 72 … JSHandle<TaggedArray> array1 = factory->NewTaggedArray(ARRAY_SIZE * KILO_BITS / sizeof(uint8_t)); in CompatibilityHelper() local 302 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| D | module_variable.js | 137 let array1 = ['Cherry', 'Pear'] variable
|