Searched refs:GetKeyFromDictionary (Results 1 – 2 of 2) sorted by relevance
430 GateRef GetKeyFromDictionary(GateRef elements, GateRef entry);
199 GateRef element = GetKeyFromDictionary<NumberDictionary>(elements, *entry); in FindElementFromNumberDictionary()282 GateRef element = GetKeyFromDictionary<NameDictionary>(elements, *entry); in FindEntryFromNameDictionary()392 GateRef element = GetKeyFromDictionary<TransitionsDictionary>(elements, *entry); in FindEntryFromTransitionDictionary()2120 GateRef StubBuilder::GetKeyFromDictionary(GateRef elements, GateRef entry) in GetKeyFromDictionary() function in panda::ecmascript::kungfu::StubBuilder