Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp474 JSHandle<JSMap> resMap = JSHandle<JSMap>::Cast(res); in JSMapTest() local
475 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()