Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/perform/array/
Darray_includes_indexof_jsperf.js42 let array4 = new Array(); variable
48 for (let i = 0; i < array_size; i++) array4[i] = { ["obj" + i]: i }; variable
/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js42 let array4 = new Array(1024); variable
/arkcompiler/ets_runtime/test/moduletest/includesindexof/
Dincludesindexof.js34 let array4 = new Array(5); variable
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts557 const array4 = new SendableInt32Array([1000, 2000, 3000, 4000, 5000]); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp45 ets_shortArray array4 = env_->NewShortArray(0); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp339 auto array4 = reinterpret_cast<TaggedArray *>(lastRegion->GetBegin()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dsharedarray.ts1479 const array4 = new SendableArray(1000, 2000, 3000, 4000, 5000); constant
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1115 const array4 = new Array(5); constant
1737 let array4 = ["a", "b", undefined, "d"]; variable