Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js30 let array2 = [1, 2, 3, 4]; variable
/arkcompiler/ets_runtime/test/moduletest/typedarraynan/
Dtypedarraynan.js47 var array2 = new Float64Array(buffer); 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.cpp115 JSHandle<TaggedArray> array2 = JSObject::GetOwnPropertyKeys(thread, retObj2); in JSPlainObjectTest1() local
162 JSHandle<TaggedArray> array2 = JSObject::GetOwnPropertyKeys(thread, retObj2); in NativeBindingObjectTest1() 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/toolchain/tooling/test/testcases/js/
Dmodule_variable.js187 let array2 = ['Lemon', 'Durian'] variable
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp281 JSHandle<TaggedArray> array2 = factory->NewTaggedArray(300 * 1024 / 8); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js718 let array2 = [ variable