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()
512 …SetFrozenFunction(thread, mapFuncPrototype, "getFirstKey", ContainersTreeMap::GetFirstKey, FuncLen… in InitializeTreeMap()
446 inline JSTaggedValue GetFirstKey() const in GetFirstKey() function505 inline JSTaggedValue GetFirstKey() const in GetFirstKey() function
1085 V(TreeMap, GetFirstKey) \
414 JSTaggedValue firstKey = tmap->GetFirstKey(); in HWTEST_F_L0()422 firstKey = tmap->GetFirstKey(); in HWTEST_F_L0()608 JSTaggedValue firstKey = tset->GetFirstKey(); in HWTEST_F_L0()615 firstKey = tset->GetFirstKey(); in HWTEST_F_L0()
245 ContainersTreeMap::GetFirstKey(objCallInfo); in ContainersTreeMapGetFirstKeyFuzzTest()
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()
814 reinterpret_cast<uintptr_t>(TreeMap::GetFirstKey),