Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/arrayforeach/
Darrayforeach.js42 let array4 = new Array(1024); variable
43 array4.forEach((item, index) => {
/arkcompiler/toolchain/tooling/test/testcases/js/
Dvariable_second.js55 var array4 = array3.shift();
72 var array21 = array4;
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp305 auto array4 = reinterpret_cast<TaggedArray *>(lastRegion->GetBegin()); in HWTEST_F_L0() local
306 EXPECT_TRUE(array4->Get(0).IsTaggedArray()); in HWTEST_F_L0()
307 EXPECT_TRUE(array4->Get(1).IsJSFunction()); in HWTEST_F_L0()
308 EXPECT_TRUE(array4->Get(2).IsJSFunction()); in HWTEST_F_L0()
309 EXPECT_TRUE(array4->Get(3).IsJSFunction()); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp45 ets_shortArray array4 = env_->NewShortArray(0); in TEST_F() local
46 ASSERT_NE(array4, nullptr); in TEST_F()
48 EXPECT_EQ(env_->GetArrayLength(array4), static_cast<ets_size>(0)); in TEST_F()