Searched refs:GetFirstKey (Results 1 – 10 of 10) sorted by relevance
34 static JSTaggedValue GetFirstKey(EcmaRuntimeCallInfo *argv);
191 JSTaggedValue ContainersTreeMap::GetFirstKey(EcmaRuntimeCallInfo *argv) in GetFirstKey() function in panda::ecmascript::containers::ContainersTreeMap193 BUILTINS_API_TRACE(argv->GetThread(), TreeMap, GetFirstKey); in GetFirstKey()209 return TaggedTreeMap::Cast(map->GetTreeMap().GetTaggedObject())->GetFirstKey(); in GetFirstKey()
161 return TaggedTreeSet::Cast(set->GetTreeSet().GetTaggedObject())->GetFirstKey(); in GetFirstValue()
511 …SetFrozenFunction(thread, mapFuncPrototype, "getFirstKey", ContainersTreeMap::GetFirstKey, FuncLen… in InitializeTreeMap()
111 ContainersTreeMap::GetFirstKey(objCallInfo); in ContainersTreeMapGetFirstKeyFuzzTest()
479 inline JSTaggedValue GetFirstKey() const in GetFirstKey() function538 inline JSTaggedValue GetFirstKey() const in GetFirstKey() function
917 V(TreeMap, GetFirstKey) \
461 JSTaggedValue firstKey = tmap->GetFirstKey(); in HWTEST_F_L0()469 firstKey = tmap->GetFirstKey(); in HWTEST_F_L0()676 JSTaggedValue firstKey = tset->GetFirstKey(); in HWTEST_F_L0()683 firstKey = tset->GetFirstKey(); in HWTEST_F_L0()
477 JSTaggedValue result = ContainersTreeMap::GetFirstKey(callInfo); in HWTEST_F_L0()524 JSTaggedValue result = ContainersTreeMap::GetFirstKey(callInfo); in HWTEST_F_L0()1406 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersTreeMap, GetFirstKey); in HWTEST_F_L0()
832 reinterpret_cast<uintptr_t>(TreeMap::GetFirstKey),