Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp109 JSHandle<JSTaggedValue> typeArrayHandle(handleTypeArray); in HWTEST_F_L0() local
110 EXPECT_EQ(ArrayHelper::GetLength(thread, typeArrayHandle), 11U); in HWTEST_F_L0()