Home
last modified time | relevance | path

Searched defs:array2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js30 let array2 = [1, 2, 3, 4]; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dhuge_object_test.cpp107 JSHandle<TaggedArray> array2(thread, LargeArrayTestCreate(thread)); in HWTEST_F_L0() local
114 JSHandle<TaggedArray> array2(thread, LargeArrayTestCreate(thread)); in HWTEST_F_L0() local
Djs_serializer_test.cpp106 JSHandle<TaggedArray> array2 = JSObject::GetOwnPropertyKeys(thread, retObj2); in JSPlainObjectTest() local
153 JSHandle<TaggedArray> array2 = JSObject::GetOwnPropertyKeys(thread, retObj2); in NativeBindingObjectTest() local
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializerange_fuzzer/
Dsnapshotserializerange_fuzzer.cpp37 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(*data); in SnapshotSerializeRangeFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_invoke_test.cpp71 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp252 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local