Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp513 GlobalTSTypeRef foundUnionRef = FindUnionInTypeTable(typeTable, unionType); in GetOrCreateUnionType() local
514 if (!foundUnionRef.IsDefault()) { in GetOrCreateUnionType()
515 return foundUnionRef; in GetOrCreateUnionType()