Home
last modified time | relevance | path

Searched refs:FindUnionInTypeTable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h889 …GlobalTSTypeRef FindUnionInTypeTable(JSHandle<TSTypeTable> table, JSHandle<TSUnionType> unionType)…
Dts_manager.cpp479 GlobalTSTypeRef TSManager::FindUnionInTypeTable(JSHandle<TSTypeTable> table, JSHandle<TSUnionType> … in FindUnionInTypeTable() function in panda::ecmascript::TSManager
513 GlobalTSTypeRef foundUnionRef = FindUnionInTypeTable(typeTable, unionType); in GetOrCreateUnionType()