Home
last modified time | relevance | path

Searched defs:array1 (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/array_foreach_inline/
Darray_foreach_inline.ts16 let array1:numeber[] = [4, 5, 6]; variable
/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js25 let array1 = [1, 2, 3, 4, 5]; variable
/arkcompiler/ets_runtime/test/moduletest/typedarraynan/
Dtypedarraynan.js44 var array1 = new Int32Array(buffer); variable
/arkcompiler/ets_runtime/test/moduletest/arraysplice/
Darraysplice.js38 var array1 = new Array(10); variable
/arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/
DarrayValuesCase.js24 const array1 = ['a', 'b', 'c']; variable
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/
Dsnapshotserializehugeobject_fuzzer.cpp38 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(hugeSize + *data); in SnapshotSerializeHugeObjectFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/
Dsnapshotserializerange_fuzzer.cpp36 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(*data); in SnapshotSerializeRangeFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/arrayfind/
Darrayfind.js17 const array1 = [5, 12, 8, 130, 44]; variable
/arkcompiler/ets_runtime/test/moduletest/arrayReverseCase/
DarrayReverseCase.js16 const array1 = ['one', 'two', 'three']; variable
/arkcompiler/ets_runtime/test/moduletest/arrayFindIndexCase/
DfindIndex.js23 const array1 = [5, 12, 8, 130, 44]; variable
/arkcompiler/ets_runtime/test/moduletest/arrayConcat/
DarrayConcat.js15 const array1 = ['a', 'b', 'c']; variable
/arkcompiler/ets_runtime/test/moduletest/arraysortcase/
Darraysortcase.js20 const array1 = [1, 30, 4, 21, 100000]; variable
/arkcompiler/ets_runtime/test/moduletest/arrayFilterCase/
DarrayFilterCase.js73 var array1=[,] variable
/arkcompiler/ets_runtime/test/moduletest/arrayreducecase/
Darrayreducecase.js16 const array1 = [1, 2, 3, 4]; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp100 JSHandle<TaggedArray> array1(thread, LargeArrayTestCreate(thread)); in HWTEST_F_L0() local
Djs_serializer_test.cpp104 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj1); in JSPlainObjectTest1() local
198 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj1); in NativeBindingObjectTest2() local
274 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj); in DescriptionTest() local
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DmemberExpTests.ts17 var array1: number[] = [1, 2, 3, 4]; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DmemberExpTests.ts17 var array1: number[] = [1, 2, 3, 4]; variable
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_invoke_test.cpp70 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(3); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_test.cpp528 EtsArray *array1 = EtsObjectArray::Create(klass, 1000); in TEST_F() local
541 EtsArray *array1 = EtsFloatArray::Create(1000); in TEST_F() local
664 auto *array1 = EtsObjectArray::Create(klass, arrayLength); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp71 … JSHandle<TaggedArray> array1 = factory->NewTaggedArray(ARRAY_SIZE * KILO_BITS / sizeof(uint8_t)); in CompatibilityHelper() local
280 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/testcases/js/
Dmodule_variable.js137 let array1 = ['Cherry', 'Pear'] variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp30 ets_booleanArray array1 = env_->NewBooleanArray(0); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js714 let array1 = [ variable