Searched refs:resMap (Results 1 – 1 of 1) sorted by relevance
474 JSHandle<JSMap> resMap = JSHandle<JSMap>::Cast(res); in JSMapTest() local475 EXPECT_TRUE(originMap->GetSize() == resMap->GetSize()) << "the map size Not equal"; in JSMapTest()476 uint32_t resSize = static_cast<uint32_t>(resMap->GetSize()); in JSMapTest()478 JSHandle<JSTaggedValue> resKey(thread, resMap->GetKey(i)); in JSMapTest()479 JSHandle<JSTaggedValue> resValue(thread, resMap->GetValue(i)); in JSMapTest()