Home
last modified time | relevance | path

Searched refs:newPropertiesLength (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlayout_info_test.cpp73 int newPropertiesLength = 11; in HWTEST_F_L0() local
96 JSHandle<LayoutInfo> newLayoutInfo = factory->ExtendLayoutInfo(layoutInfoHandle, newPropertiesLength); in HWTEST_F_L0()
97 for (int i = 5; i < newPropertiesLength; i++) { in HWTEST_F_L0()
103 result = newLayoutInfo->FindElementWithCache(thread, nullptr, key4.GetTaggedValue(), newPropertiesLength); in HWTEST_F_L0()
105 result = newLayoutInfo->FindElementWithCache(thread, nullptr, key10.GetTaggedValue(), newPropertiesLength); in HWTEST_F_L0()
107 result = newLayoutInfo->FindElementWithCache(thread, nullptr, key5.GetTaggedValue(), newPropertiesLength); in HWTEST_F_L0()
109 result = newLayoutInfo->FindElementWithCache(thread, nullptr, key11.GetTaggedValue(), newPropertiesLength); in HWTEST_F_L0()

Completed in 2 milliseconds