Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_lightweightmap_test.cpp261 int32_t removeIndex = JSAPILightWeightMap::GetIndexOfKey(thread, lwm, key1); in HWTEST_F_L0() local
262 EXPECT_EQ(JSAPILightWeightMap::RemoveAt(thread, lwm, removeIndex), JSTaggedValue::True()); in HWTEST_F_L0()