Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js25 let array1 = [1, 2, 3, 4, 5]; variable
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/
Dsnapshotserializerange_fuzzer.cpp36 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(*data); in SnapshotSerializeRangeFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializehugeobject_fuzzer/
Dsnapshotserializehugeobject_fuzzer.cpp38 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(hugeSize + *data); in SnapshotSerializeHugeObjectFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp100 JSHandle<TaggedArray> array1(thread, LargeArrayTestCreate(thread)); in HWTEST_F_L0() local
Djs_serializer_test.cpp95 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj1); in JSPlainObjectTest() local
176 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj); in DescriptionTest() local
/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/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp251 JSHandle<TaggedArray> array1 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local