Searched refs:FindUnionInTypeTable (Results 1 – 2 of 2) sorted by relevance
889 …GlobalTSTypeRef FindUnionInTypeTable(JSHandle<TSTypeTable> table, JSHandle<TSUnionType> unionType)…
479 GlobalTSTypeRef TSManager::FindUnionInTypeTable(JSHandle<TSTypeTable> table, JSHandle<TSUnionType> … in FindUnionInTypeTable() function in panda::ecmascript::TSManager513 GlobalTSTypeRef foundUnionRef = FindUnionInTypeTable(typeTable, unionType); in GetOrCreateUnionType()