Searched refs:GetKeyFromDictionary (Results 1 – 3 of 3) sorted by relevance
310 GateRef key = GetKeyFromDictionary<NumberDictionary>(elements, *idx); in AssignEnumElementProperty()464 GateRef key = GetKeyFromDictionary<NameDictionary>(properties, *idx); in NameDictionaryAssignAllEnumProperty()867 GateRef key = GetKeyFromDictionary<NameDictionary>(array, *i); in GetNumKeysFromDictionary()
600 GateRef GetKeyFromDictionary(GateRef elements, GateRef entry);
739 GateRef element = GetKeyFromDictionary<NumberDictionary>(elements, *entry); in FindElementFromNumberDictionary()822 GateRef element = GetKeyFromDictionary<NameDictionary>(elements, *entry); in FindEntryFromNameDictionary()931 GateRef element = GetKeyFromDictionary<TransitionsDictionary>(elements, *entry); in FindEntryFromTransitionDictionary()3158 GateRef StubBuilder::GetKeyFromDictionary(GateRef elements, GateRef entry) in GetKeyFromDictionary() function in panda::ecmascript::kungfu::StubBuilder