Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js42 let array4 = new Array(1024); variable
/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.cpp327 auto array4 = reinterpret_cast<TaggedArray *>(lastRegion->GetBegin()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1115 const array4 = new Array(5); constant
1729 let array4 = ["a", "b", undefined, "d"]; variable